I am running an MPI job and am getting this warning message:
[comet-05-08.sdsc.edu:mpi_rank_10][async_thread] Got unknown event 17 ... continuing ...
I am compiling with icc (ICC) 15.0.2 20150121 using MVAPICH 2.1.
What does the message mean? Is it harmful?
From this mailing list:
It is suggested that you update to the latest version. The mail I linked to suggest MVAPICH2 1.4 (which is newer than yours), despite that the fact that the mail is from 2009.
The code, that probably generates that is:
where you can find the full code here.
As indicated in the comment section:
IBV_EVENT_CLIENT_REREGISTER
Source
I wouldn't be happy with that event, so if I were you, I would update. If the issue persists, I would contact the MVAPICH2 people.