Re: [OMPI devel] Open MPI session directory location
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. > > 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 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, "Ralph H Castain" wrote: >> >>> 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, 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 Open MPI creates session >> directory. I >> can't find mca parameter that specifies this. >> >> -- >> Gleb. >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel >>> >>> >>> ___ >>> devel mailing list >>> de...@open-mpi.org >>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >> >> >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel >
Re: [OMPI devel] Open MPI session directory location
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 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, "Ralph H Castain" wrote: 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, 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 Open MPI creates session directory. I can't find mca parameter that specifies this. -- Gleb. ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel -- Jeff Squyres Cisco Systems
Re: [OMPI devel] Open MPI session directory location
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, "Ralph H Castain" wrote: > 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, 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 Open MPI creates session directory. I can't find mca parameter that specifies this. -- Gleb. ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel >>> >>> >>> ___ >>> devel mailing list >>> de...@open-mpi.org >>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >> >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel
Re: [OMPI devel] Open MPI session directory location
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 directory. I > > can't find mca parameter that specifies this. > > > > -- > > Gleb. > > ___ > > devel mailing list > > de...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel -- Gleb.
Re: [OMPI devel] Open MPI session directory location
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, 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 Open MPI creates session >>> directory. I >>> can't find mca parameter that specifies this. >>> >>> -- >>> Gleb. >>> ___ >>> devel mailing list >>> de...@open-mpi.org >>> http://www.open-mpi.org/mailman/listinfo.cgi/devel >> >> >> ___ >> devel mailing list >> de...@open-mpi.org >> http://www.open-mpi.org/mailman/listinfo.cgi/devel > > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel
Re: [OMPI devel] Open MPI session directory location
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 way to change where Open MPI creates session directory. I can't find mca parameter that specifies this. -- Gleb. ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel
Re: [OMPI devel] Open MPI session directory location
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 Open MPI creates session directory. I can't find mca parameter that specifies this. -- Gleb. ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel
Re: [OMPI devel] Open MPI session directory location
-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...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel
[OMPI devel] Open MPI session directory location
Hi, Is there a way to change where Open MPI creates session directory. I can't find mca parameter that specifies this. -- Gleb.