Hello,
I'm trying to run the job and I get this error. [root@cluster bin]# srun scriptmpi /usr/bin/mpi: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory srun: error: compute-0-0: task 0: Exited with exit code 127 srun: error: compute-0-0: task 0: Exited with exit code 127 And this is my script #!/bin/bash #SBATCH --job-name="mpi" #SBATCH --partition="cluster" #SBACTH --nodes=compute-0-0,compute-0-1,compute-0-2 #SBATCH -n 3 #SBATCH --output=test-srun.out #SBATCH --error=test-srun.err source /etc/profile module load openmpi-x86_64 srun mpi Thanks, Ing.Fany Pagés Díaz
