Circling some off-list comments back to the list...while we could and
should error-out easier, this really isn't a supportable operation.
What the cmd
mpirun -n 2 -slot-list 1,3 foo
appears to do is cause us to launch a 2-process job consisting of
vpid=1 and vpid=3, as opposed to the norma
Thanks, filed as https://svn.open-mpi.org/trac/ompi/ticket/2030
Ralph Castain wrote:
Circling some off-list comments back to the list...while we could and
should error-out easier, this really isn't a supportable operation.
What the cmd
mpirun -n 2 -slot-list 1,3 foo
appears to do is cause
I think there is a problem with this change - here is a warning I get
when compiling on Mac and Linux:
ompi_debuggers.c:265: warning: no previous prototype for
‘MPIR_Breakpoint’
Can you please take a look?
Thanks
Ralph
On Sep 25, 2009, at 1:14 PM, emall...@osl.iu.edu wrote:
Author: emal