> -----Original Message-----
> From: users-boun...@open-mpi.org 
> [mailto:users-boun...@open-mpi.org] On Behalf Of Rolf Vandevaart
> Sent: Thursday, March 30, 2006 3:43 PM
> To: us...@open-mpi.org
> Subject: [OMPI users] General ORTE questions
> 
> 6. From what I can tell, there is no way to specify the slots argument
> with the -host argument.  For example, I cannot do this:
> mpirun -np 8 -host node1:slots=4,node2:slots=4 a.out
> Just wanted to confirm that.

Right now, I do believe that if you list a host more than once, it bumps
the slots count.  This is somewhat inelegant, but something like:

shell$ mpirun -host node1 -host node1 ...
Same as:
shell% mpirun -host node1,node1 ...

Will make node1 have a slot count of 2.  We can certainly change this,
though -- it wasn't implemented simply because I didn't think of this
case.  :-)

-- 
Jeff Squyres
Server Virtualization Business Unit
Cisco Systems

Reply via email to