[OMPI users] please fix RMA before you ship 4.0.0

2019-01-23 Thread Jeff Hammond
I am very sad to see that RMA has reverted to a state of brokenness ala Open-MPI 1.x when it comes to the use of datatypes. Open-MPI 3.x worked great for me and I had started to use Open-MPI by default on some platforms. https://github.com/open-mpi/ompi/issues/6275 has details. The issues

Re: [OMPI users] Help Getting Started with Open MPI and PMIx and UCX

2019-01-23 Thread Matt Thompson
_MAC, et al, Things are looking up. By specifying, --with-verbs=no, things are looking up. I can run helloworld. But in a new-for-me wrinkle, I can only run on *more* than one node. Not sure I've ever seen that. Using 40 core nodes, this: mpirun -np 41 ./helloWorld.mpi3.SLES12.OMPI400.exe

Re: [OMPI users] Open MPI installation problem

2019-01-23 Thread Serdar Hiçdurmaz
Thanks Ralph. It worked. Serdar Ralph H Castain , 23 Oca 2019 Çar, 15:48 tarihinde şunu yazdı: > Your PATH and LD_LIBRARY_PATH setting is incorrect. You installed OMPI > into $HOME/openmpi, so you should have done: > > PATH=$HOME/openmpi/bin:$PATH >

Re: [OMPI users] Open MPI installation problem

2019-01-23 Thread John Hearns via users
Sorry if I am being stupid, Serdar might also have to set the location for the includes by setting MPI_INC On Wed, 23 Jan 2019 at 14:47, Ralph H Castain wrote: > Your PATH and LD_LIBRARY_PATH setting is incorrect. You installed OMPI > into $HOME/openmpi, so you should have done: > >

Re: [OMPI users] Open MPI installation problem

2019-01-23 Thread Ralph H Castain
Your PATH and LD_LIBRARY_PATH setting is incorrect. You installed OMPI into $HOME/openmpi, so you should have done: PATH=$HOME/openmpi/bin:$PATH LD_LIBRARY_PATH=$HOME/openmpi/lib:$LD_LIBRARY_PATH Ralph > On Jan 23, 2019, at 6:36 AM, Serdar Hiçdurmaz > wrote: > > Hi All, > > I try to

[OMPI users] Open MPI installation problem

2019-01-23 Thread Serdar Hiçdurmaz
Hi All, I try to install Open MPI, which is prerequiste for liggghts (DEM software). Some info about my current linux version : NAME="SLED" VERSION="12-SP3" VERSION_ID="12.3" PRETTY_NAME="SUSE Linux Enterprise Desktop 12 SP3" ID="sled" I installed Open MPI 1.6 by typing ./configure