mpiexec-0.79 compile problem on OS X

Pete Wyckoff pw at osc.edu
Thu Apr 28 14:17:27 EDT 2005


beaneg at umcs.maine.edu wrote on Thu, 28 Apr 2005 14:12 -0400:
> 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

Oops, sorry.  Linux manpage lists NOMASK first and I didn't know
better.  Changed it to NODEFER for compatibility with more of the
known OS universe.  Thanks for finding this.

		-- Pete


More information about the mpiexec mailing list