[OMPI devel] about PSM2 in openmpi

2017-03-28 Thread Dahai Guo via devel
I installed  intel PSM2 and then configured open mpi as follow. ./configure \ --prefix=$HOME/ompi_install \ --with-psm2=$HOME/PSM2_install/usr \ --with-psm2-libdir=$HOME/PSM2_install/usr/lib64 however, when I ran a Hello prgram, it  said mpirun -n 2 hi0

Re: [OMPI devel] define a new ENV variable in etc/openmpi-mca-params.conf

2017-02-24 Thread Dahai Guo via devel
the v2.x series (my original answer was correct).  We think what Ralph said may have been true in prior releases, but without further detailed information on what you're trying to do, we didn't dig any further. > On Feb 24, 2017, at 11:35 AM, Dahai Guo via devel <devel@lists.open-mpi.o

Re: [OMPI devel] define a new ENV variable in etc/openmpi-mca-params.conf

2017-02-24 Thread Dahai Guo via devel
I need this parameter used in my other codes related to ompi,  do I need to register "OMPI_MCA_apath" in some codes in OMPI? if so, usually in which codes?   Dahai  From: "r...@open-mpi.org" To: OpenMPI Devel Sent: Friday, February 24,

Re: [OMPI devel] define a new ENV variable in etc/openmpi-mca-params.conf

2017-02-24 Thread Dahai Guo via devel
I mean getenv("OMPI_MCA_apath") in setup_fork. From: Dahai Guo via devel <devel@lists.open-mpi.org> To: Jeff Squyres (jsquyres) <jsquy...@cisco.com>; Dahai Guo <dahaiguo2...@outlook.com>; Open MPI Developers List <devel@lists.open-mpi.org> Cc: Dahai

Re: [OMPI devel] define a new ENV variable in etc/openmpi-mca-params.conf

2017-02-24 Thread Dahai Guo via devel
-mpi.org> Cc: Dahai Guo <dahaiguo2...@yahoo.com> Sent: Friday, February 24, 2017 8:57 AM Subject: Re: [OMPI devel] define a new ENV variable in etc/openmpi-mca-params.conf On Feb 23, 2017, at 5:44 PM, Dahai Guo via devel <devel@lists.open-mpi.org> wrote: > > If I define a ne

[OMPI devel] define a new ENV variable in etc/openmpi-mca-params.conf

2017-02-23 Thread Dahai Guo via devel
Hi, If I define a new ENV variable in etc/openmpi-mca-params.conf, what OMPI codes should I modify  in order for this parameter to be delivered to each rank? Thx,  D. G.___ devel mailing list devel@lists.open-mpi.org