Re: [OMPI users] Wrapping MPI program in a script

2009-05-11 Thread Jeff Squyres
On May 10, 2009, at 3:23 AM, Katz, Jacob wrote: I see that MPI2.1 says about mpiexec that “If the program named in command does not call MPI_INIT, but instead forks a process that calls MPI_INIT, the results are undefined. Implementations may allow this case to work but are not required to.

[OMPI users] Wrapping MPI program in a script

2009-05-10 Thread Katz, Jacob
Hi, I see that MPI2.1 says about mpiexec that "If the program named in command does not call MPI_INIT, but instead forks a process that calls MPI_INIT, the results are undefined. Implementations may allow this case to work but are not required to.". Does OMPI officially support this scenario?