Re: [OMPI devel] [EXTERNAL] MPI-3: MPI_GET_LIBRARY_VERSION

2012-02-03 Thread Barrett, Brian W
Jeff, What's the jsquyres@svby-mpi063 tag for? It seems odd to have it there in a release tarball, at least as presented. Having the version number earlier seems like a good idea... Brian On 2/2/12 5:01 PM, "Jeff Squyres" wrote: >I just committed in https://svn.open-mpi.org/trac/ompi/changes

Re: [OMPI devel] [EXTERNAL] MPI-3: MPI_GET_LIBRARY_VERSION

2012-02-03 Thread Jeff Squyres
On Feb 3, 2012, at 10:05 AM, Barrett, Brian W wrote: > What's the jsquyres@svby-mpi063 tag for? It seems odd to have it there in > a release tarball, at least as presented. Having the version number > earlier seems like a good idea... It's just username@hostname (my `hostname` doesn't return a

[OMPI devel] problem running mpirun and orted on same machine

2012-02-03 Thread Maurice Feskanich
Hi Folks, I'm having a problem with running mpirun when one of the tasks winds up running on the same machine as mpirun. A little background: our system uses a plugin to send tasks to grid engine. We are currently using version 1.3.4 (we are not able to move to a newer version because of th

Re: [OMPI devel] problem running mpirun and orted on same machine

2012-02-03 Thread Ralph Castain
No brilliant suggestion - it sounds like your plugin isn't accurately computing the number of daemons. When a proc is launched local to mpirun, it uses mpirun as the daemon - it doesn't start another daemon on the same node. If your plugin is doing so, or you are computing an extra daemon vpid t