<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello all,<div><br></div><div>I am having an issue submitting mpi jobs via sbatch using Intel MPI 2019 Update 1. The job ends with a segmentation fault immediately:</div><div><br></div><div><div>[user@head mpihello]$ cat mpihello-intelmpi.out.62</div><div>srun: error: node003: task 0: Segmentation fault</div><div>srun: error: node004: task 0: Segmentation fault</div><div>[mpiexec@node002] main (../../../../../src/pm/i_hydra/mpiexec/mpiexec.c:2024): downstream was killed by signal 11 (Segmentation fault)</div></div><div><br></div><div><br></div><div>Here is what the sbatch script looks like:</div><div><br></div><div><div>#!/bin/bash</div><div><br></div><div>#SBATCH --job-name=mpihello-intelmpi</div><div>#SBATCH --output=mpihello-intelmpi.out.%j</div><div>#SBATCH --error=mpihello-intelmpi.err.%j</div><div><br></div><div>#SBATCH -N 3 --tasks-per-node=4</div><div>#SBATCH --time=10:00</div><div>#SBATCH --mem-per-cpu=100</div><div><br></div><div>/shared/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpirun /home/usr/mpihello/mpihello-intelmpi</div></div><div><br></div><div><br></div><div>To simplify things, I have tried launching a simple 'hostname' command in place of mpihello-intelmpi, but I get the same segmentation fault issue. Addtionally, I can directly launch the simple mpihello program as well as a 'hostname' command on the command line without issue.</div><div><br></div><div>Any ideas on what is going on?</div></div></div></div>