I did the following run with openmpi1.0.2: mpirun -np 8 -machinefile ompimachinefile ./hello_world_mpi
and got the following errors [stokes:00740] [0,0,0] ORTE_ERROR_LOG: Not implemented in file rmgr_urm.c at line 177 [stokes:00740] [0,0,0] ORTE_ERROR_LOG: Not implemented in file rmgr_urm.c at line 365 [stokes:00740] mpirun: spawn failed with errno=-7 What should I do to track the error or to get rid of it? Jens