Re: [OMPI devel] hwloc 2 thing

2017-07-20 Thread r...@open-mpi.org
Yes - I have a PR about cleared that will remove the hwloc2 install. It needs to be redone > On Jul 20, 2017, at 8:18 PM, Howard Pritchard wrote: > > Hi Folks, > > I'm noticing that if I pull a recent version of master with hwloc 2 support > into my local repo, that my autogen,pl run fails u

[OMPI devel] hwloc 2 thing

2017-07-20 Thread Howard Pritchard
Hi Folks, I'm noticing that if I pull a recent version of master with hwloc 2 support into my local repo, that my autogen,pl run fails unless I do the following: mkdir $PWD/opal/mca/hwloc/hwloc2x/hwloc/include/private/autogen where PWD is the top level of my work area. I did a git clean -df

Re: [OMPI devel] LD_LIBRARY_PATH and environment variables not getting set in remote hosts

2017-07-20 Thread r...@open-mpi.org
You must be kidding - 1.2.8??? We wouldn’t even know where to begin to advise you on something that old - I’m actually rather surprised it even compiled on a new Linux. > On Jul 20, 2017, at 4:22 AM, saisilpa b via devel > wrote: > > HI Gilles, > > Thanks for your immediate response. > > I

Re: [OMPI devel] LD_LIBRARY_PATH and environment variables not getting set in remote hosts

2017-07-20 Thread saisilpa b via devel
HI Gilles, Thanks for your immediate response. I am using OpenMPI 1.2.8.tar.bz2 for my project and use orterun and orted binaries for distribution perspective. I built openmpi binaries (orterun, orted) with this option --enable-orterun-prefix-by-default , but getting the error on orted that not

Re: [OMPI devel] LD_LIBRARY_PATH and environment variables not getting set in remote hosts

2017-07-20 Thread Gilles Gouaillardet
Hi, you meant Open MPI 1.8.2, right ? as far as i am concerned, i always configure Open MPI with --enable-mpirun-prefix-by-default, so i do not need to set LD_LIBRARY_PATH in my .bashrc if you want us to investigate this issue, please post the full error message - is the issue reported by mpiru

[OMPI devel] LD_LIBRARY_PATH and environment variables not getting set in remote hosts

2017-07-20 Thread saisilpa b via devel
Hi All, I am Silpakala and using OpenMPI 1.2.8 for my project. We are using orterun and orted binaries to invoke the program exectable from multiple hosts and was working successfully. There was one patch applied in Suse Linux, after that the program is not working. We have multiple hosts are c