mpiexec-0.79 compile problem on OS X

Glen Beane beaneg at umcs.maine.edu
Thu Apr 28 14:12:15 EDT 2005


SA_NOMASK is not defined on OS X  (not POSIX standard?)

adding this to mpiexec.h works (I think):

#ifndef SA_NOMASK
#define SA_NOMASK	SA_NODEFER
#endif



on linux SA_NOMASK seems to be defines at SA_NODEFER



More information about the mpiexec mailing list