-
Notifications
You must be signed in to change notification settings - Fork 918
Closed
Description
version of Open MPI: 4.0.1
installation from source (.tar.gz)
Operating system/version: Ubuntu 18.04
I have a mpi-aware executable which I run by a command like
mpirun -np 1 ./exe
It's the same, If I open a file named run.sh
and in it I write:
./exe
and, I execute by
mpirun -np 1 bash run.sh
But when I want to execute ./exe
two consecutive times by modifying run.sh
as
./exe
./exe
and invoking by the same mpirun -np 1 bash run.sh
command, the second ./exe
fails with the following error:
[amir-MS-7A37:11554] OPAL ERROR: Unreachable in file ../../../../../openmpi-4.0.1/opal/mca/pmix/pmix3x/pmix3x_client.c at line 112
*** An error occurred in MPI_Init
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
Metadata
Metadata
Assignees
Labels
No labels