Re: [OMPI users] User Interface for MPMD

2012-08-12 Thread Ralph Castain
en-mpi.org [users-boun...@open-mpi.org] on behalf of > Ralph Castain [r...@open-mpi.org] > Sent: Friday, August 10, 2012 4:50 PM > To: Open MPI Users > Subject: Re: [OMPI users] User Interface for MPMD > > ...and, as I told Jeff on the phone, I already signed up to implement it for >

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Frank Kampe
Thanks to all for your help. From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of Ralph Castain [r...@open-mpi.org] Sent: Friday, August 10, 2012 4:50 PM To: Open MPI Users Subject: Re: [OMPI users] User Interface for MPMD ...and

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Ralph Castain
o me - so >>> I'm a little lost. >>> >>> >>> On Aug 10, 2012, at 9:49 AM, Frank Kampe wrote: >>> >>>> No. I am looking for a user-callable function that will return >>>> information about the running OpenMPI MPMD prog

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Jeff Squyres
> a.out, a.out2, and a.out3 during run-time? >> >> Thanks. >> >> ________ >> From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of >> Ralph Castain [r...@open-mpi.org] >> Sent: Friday, August 10,

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Jeff Squyres
lf of > Ralph Castain [r...@open-mpi.org] > Sent: Friday, August 10, 2012 12:00 PM > To: Open MPI Users > Subject: Re: [OMPI users] User Interface for MPMD > > I gather you don't want to use the MPI calls to get it? Perhaps it would help > if we understood a little more ab

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Frank Kampe
From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of Ralph Castain [r...@open-mpi.org] Sent: Friday, August 10, 2012 12:00 PM To: Open MPI Users Subject: Re: [OMPI users] User Interface for MPMD I gather you don't want to use the MPI calls to get it? Perhaps it

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Ralph Castain
ram from within the running program---the > information listed below in (1) -- (3). > > > From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of > Ralph Castain [r...@open-mpi.org] > Sent: Friday, August 10, 2012 11:15 AM >

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Frank Kampe
] on behalf of Ralph Castain [r...@open-mpi.org] Sent: Friday, August 10, 2012 11:15 AM To: Open MPI Users Subject: Re: [OMPI users] User Interface for MPMD I'm actually not sure I understand the question - are you talking about a programmatic API where an application wants to spawn an MPI pr

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Frank Kampe
users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of Gus Correa [g...@ldeo.columbia.edu] Sent: Friday, August 10, 2012 11:00 AM To: Open MPI Users Subject: Re: [OMPI users] User Interface for MPMD On 08/10/2012 11:31 AM, Frank Kampe wrote: > Are there any user level APIs to pro

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Ralph Castain
I'm actually not sure I understand the question - are you talking about a programmatic API where an application wants to spawn an MPI program? Or an inter-program communication API that wants to tell another program some information? Or an API by which the app can tell MPI "I'm going to spawn N

Re: [OMPI users] User Interface for MPMD

2012-08-10 Thread Gus Correa
On 08/10/2012 11:31 AM, Frank Kampe wrote: Are there any user level APIs to provide the following information to a running OpenMPI MPMD program: (1) Number of executable instances (2) 1st MPI Task rank of each instance (3) Number of MPI Tasks per instance Thank You ___