I'm trying to run a case on a multiprocess setup, but whatever the amount of processors i provide it always gives me back:
I built that versione of the code with:--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
Code: Select all
./code_saturne/configure --prefix=/home/cenvinzf@coria.fr/cs_openmpi --with-hdf5=/home/cenvinzf@coria.fr/Desktop/CS_4COUPLING/CS_LIB/hdf5/install_mpi --with-med=/home/cenvinzf@coria.fr/Desktop/CS_4COUPLING/CS_LIB/med/install_mpi --with-mpi=/home/cenvinzf@coria.fr/Desktop/OpenMPI --enable-mpi --enable-debug CC=/home/cenvinzf@coria.fr/Desktop/OpenMPI/bin/mpicc CXX=/home/cenvinzf@coria.fr/Desktop/OpenMPI/bin/mpicxx FC=/home/cenvinzf@coria.fr/Desktop/OpenMPI/bin/mpif90
Thanks to anyone who can help,
Francesco