Re: [OMPI users] A -pernode behavior using torque and openmpi

2006-10-07 Thread Ralph Castain
This feature is now available on the trunk - syntax is "-pernode". In the absence of the number of procs: "bynode" will launch on all *slots*, with the processes mapped on a bynode basis "byslot" will launch on all *slots*, with procs mapped on a byslot basis. "pernode" will launch one proc/nod

Re: [OMPI users] A -pernode behavior using torque and openmpi

2006-10-07 Thread Jeff Squyres
Open MPI does not currently have an option to effect this kind of behavior. It basically assumes that you are going to ask for the right number of slots for your job. I'll file a ticket for a future enhancement to add this behavior. On 10/6/06 11:25 AM, "Maestas, Christopher Daniel" wrote: > H