Re: [OMPI users] openmpi-1.2.5 and globus-4.0.5

2008-03-15 Thread Ralph Castain
My apologies - I should have read the note more closely. Still trying to leaf through the umpteen emails that arrived during my vacation. ;-) I take it that "globus-job-run" is executing some script that eventually calls our mpirun? Your script must be doing some command-line parsing as I do not r

Re: [OMPI users] openmpi-1.2.5 and globus-4.0.5

2008-03-14 Thread Ralph Castain
The problem here is that you are attempting to start the application processes without using our mpirun. We call this a "standalone" launch. Unfortunately, OMPI doesn't currently understand how to do a standalone launch - ORTE will get confused and abort, as you experienced. There are two ways to

Re: [OMPI users] openmpi-1.2.5 and globus-4.0.5

2008-03-14 Thread Jeff Squyres
I don't know if anyone has tried to run Open MPI with globus before. One requirement that Open MPI currently has is that all nodes must be reachable to each other via TCP. Is that true in your globus environment? On Mar 10, 2008, at 11:01 AM, Christoph Spielmann wrote: Hi everybody! I

[OMPI users] openmpi-1.2.5 and globus-4.0.5

2008-03-10 Thread Christoph Spielmann
Hi everybody! I try to get OpenMPI and Globus to cooperate. These are the steps i executed in order to get OpenMPI working: 1. export PATH=/opt/openmpi/bin/:$PATH 2. /opt/globus/setup/globus/setup-globus-job-manager-fork checking for mpiexec... /opt/openmpi/bin//mpiexec checking