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
appear
_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
works,
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
> LD_LIBRARY_PATH=$HOME/openmpi/lib:$LD_LIBRARY_
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:
>
> PATH=$HOME/o
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 instal
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 --prefix=$HO