Just started working with OpenMPI / SLURM combo this morning. I can
successfully launch this job from the command line and it runs to
completion, but when launching from SLURM they hang.
They appear to just sit with no load apparent on the compute nodes even
though SLURM indicates they are running...
[jpummil@trillion ~]$ sinfo -l
Wed Jun 20 12:32:29 2007
PARTITION AVAIL TIMELIMIT JOB_SIZE ROOT SHARE GROUPS NODES
STATE NODELIST
debug* up infinite 1-infinite no no all 8
allocated compute-1-[1-8]
debug* up infinite 1-infinite no no all
1 idle compute-1-0
[jpummil@trillion ~]$ squeue -l
Wed Jun 20 12:32:20 2007
JOBID PARTITION NAME USER STATE TIME TIMELIMIT NODES
NODELIST(REASON)
79 debug mpirun jpummil RUNNING 5:27 UNLIMITED 2
compute-1-[1-2]
78 debug mpirun jpummil RUNNING 5:58 UNLIMITED 2
compute-1-[3-4]
77 debug mpirun jpummil RUNNING 7:00 UNLIMITED 2
compute-1-[5-6]
74 debug mpirun jpummil RUNNING 11:39 UNLIMITED 2
compute-1-[7-8]
Are there any known issues of this nature involving OpenMPI and SLURM?
Thanks!
Jeff F. Pummill