I get an error when I run shapepipe_run on a compute node in the docker image. My commands:
srun --nodes=1 --ntasks-per-node=8 --time=24:00:00 --pty bash -i
apptainer shell --bind /n17data,/n09data,/home /n17data/mkilbing/shapepipe_im_sims.sif
shapepipe_run -h
The error message is:
--------------------------------------------------------------------------
The application appears to have been direct launched using "srun",
but OMPI was not built with SLURM's PMI support and therefore cannot
execute. There are several options for building PMI support under
SLURM, depending upon the SLURM version you are using:
version 16.05 or later: you can use SLURM's PMIx support. This
requires that you configure and build SLURM --with-pmix.
Versions earlier than 16.05: you must use either SLURM's PMI-1 or
PMI-2 support. SLURM builds PMI-1 by default, or you can manually
install PMI-2. You must then build Open MPI using --with-pmi pointing
to the SLURM PMI library location.
Please configure as appropriate and try again.
--------------------------------------------------------------------------
*** An error occurred in MPI_Init_thread
*** on a NULL communicator
*** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
*** and potentially your MPI job)
[n08:752859] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!```
I get an error when I run
shapepipe_runon a compute node in the docker image. My commands:The error message is: