Re: [OMPI devel] Open MPI session directory location

2008-05-28 Thread Ralph H Castain
After chatting with Jeff to better understand the ompi_info issue, I consolidated all the ORTE-level MCA param registrations that are relevant to users and had ompi_info call it. You will now see them displayed by ompi_info. Ralph On 5/27/08 1:57 PM, "Jeff Squyres" wrote: > Oops, sorry. > > W

Re: [OMPI devel] Open MPI session directory location

2008-05-27 Thread Jeff Squyres
Oops, sorry. We were having problems with the memory allocator when ompi_info called orte_init(). I think it might be best to call the ORTE MCA registration function directly... On May 27, 2008, at 10:40 AM, Ralph H Castain wrote: I see the problem (I think). A recent change was made to

Re: [OMPI devel] Open MPI session directory location

2008-05-27 Thread Ralph H Castain
I see the problem (I think). A recent change was made to ompi_info so it no longer calls orte_init. As a result, none of the ORTE-level params (i.e., those params registered outside of ORTE frameworks) are being reported. I'll chat with Jeff and see how we resolve the problem. On 5/27/08 8:32 AM

Re: [OMPI devel] Open MPI session directory location

2008-05-27 Thread Gleb Natapov
On Tue, May 27, 2008 at 08:27:49AM -0600, Ralph H Castain wrote: > -mca orte_tmpdir_base foo Thanks! It works. But this parameter is not reported by ompi_info :( > > > > On 5/27/08 8:24 AM, "Gleb Natapov" wrote: > > > Hi, > > > > Is there a way to change where Open MPI creates session dire

Re: [OMPI devel] Open MPI session directory location

2008-05-27 Thread Ralph H Castain
It "should" be visible nownot sure why it isn't. It conforms to the naming rules and -used- to be reported by ompi_info... On 5/27/08 8:31 AM, "Shipman, Galen M." wrote: > Make that "ompi_info". > > We need to make that visible via orte_info. > I thought this was done at some point, perha

Re: [OMPI devel] Open MPI session directory location

2008-05-27 Thread Shipman, Galen M.
Make that "ompi_info". We need to make that visible via orte_info. I thought this was done at some point, perhaps it got overwritten? Thanks, Galen On May 27, 2008, at 10:27 AM, Ralph H Castain wrote: -mca orte_tmpdir_base foo On 5/27/08 8:24 AM, "Gleb Natapov" wrote: Hi, Is there a

Re: [OMPI devel] Open MPI session directory location

2008-05-27 Thread Shipman, Galen M.
We need to make that visible via orte_info. I thought this was done at some point, perhaps it got overwritten? Thanks, Galen On May 27, 2008, at 10:27 AM, Ralph H Castain wrote: -mca orte_tmpdir_base foo On 5/27/08 8:24 AM, "Gleb Natapov" wrote: Hi, Is there a way to change where Ope

Re: [OMPI devel] Open MPI session directory location

2008-05-27 Thread Ralph H Castain
-mca orte_tmpdir_base foo On 5/27/08 8:24 AM, "Gleb Natapov" wrote: > Hi, > > Is there a way to change where Open MPI creates session directory. I > can't find mca parameter that specifies this. > > -- > Gleb. > ___ > devel mailing list > de...@o

[OMPI devel] Open MPI session directory location

2008-05-27 Thread Gleb Natapov
Hi, Is there a way to change where Open MPI creates session directory. I can't find mca parameter that specifies this. -- Gleb.