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] Orte_error_log w/ ompi 1.1.1 and torque 2.1.2

2006-10-07 Thread Jeff Squyres
Followups on this show that this was caused by accidentally running on a one node Torque allocation and using the "-nolocal" option to mpirun. So Open MPI is doing what it should do (refusing to run), but being less than helpful about its error message. I'll file a feature enhancement to see if w

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

Re: [OMPI users] Building Open MPI 1.1.1 on OS X with ifort and icc support

2006-10-07 Thread Jeff Squyres
Thanks for the report! I've created ticket #483 about this: http://svn.open-mpi.org/trac/ompi/ticket/483 On 9/29/06 5:54 PM, "Josh Durham" wrote: > Below are the changes needed to build OMPI on OSX with ifort and > icc. Basically, the Xgrid component doesn't have a libtool tag > defined