Re: [OMPI devel] Restore sanity

2010-10-30 Thread N.M. Maclaren
On Oct 30 2010, George Bosilca wrote: *** The MPI_Init() function was called before MPI_INIT was invoked. *** This is disallowed by the MPI standard. *** Your MPI job will now abort. My version of the MPI standard doesn't say this? Should I update? The best diagnostic I ever got out of a comp

Re: [OMPI devel] Restore sanity

2010-10-30 Thread Ralph Castain
LOL - that's cute! On Oct 30, 2010, at 3:13 PM, George Bosilca wrote: > *** The MPI_Init() function was called before MPI_INIT was invoked. > *** This is disallowed by the MPI standard. > *** Your MPI job will now abort. > > My version of the MPI standard doesn't say this? Should I update? > >

[OMPI devel] Restore sanity

2010-10-30 Thread George Bosilca
*** The MPI_Init() function was called before MPI_INIT was invoked. *** This is disallowed by the MPI standard. *** Your MPI job will now abort. My version of the MPI standard doesn't say this? Should I update? george.