Thanks Jeff.
Given that this is an intended behavior, I have a couple of follow up questions:
1. What is the purpose of the directory “1” that gets created currently?
(in /app.log/1/rank./stdout ) Is this hard-coded to “1” or
could be something else?
2. Mpirun also has an option “
I tried to install openmpi-1.10.1 but I am not able to configure and install it.
Here is how I install OpenMPI
./configure --prefix=$PATH/LIBRARIES/openmpi --enable-static
--enable-mpi-thread-multiple --without-usnic --enable-mpi-cxx CC=gcc CXX=g++
FC=gfortran FCFLAGS=-m64 F77=gfortran FFLAGS=-m
v1.10.x is pretty ancient. Is there any chance you can update to 4.0.2?
That's the latest version (and it has significantly better MPI_THREAD_MULITPLE
support).
On Oct 30, 2019, at 8:36 PM, Qianjin Zheng via users
mailto:users@lists.open-mpi.org>> wrote:
I tried to install openmpi-1.10.1 bu
Ok.
I went back to look at your logs.
1. Errors in config.log are normal and expected. You can ignore them. The
configure script is probing your system, so finding things that *don't* work is
normal and expected.
2. The error you're seeing is because the Verbs network API has moved on since