User Tools

Site Tools


slurm_interactive

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
slurm_interactive [2020/01/29 19:19]
root created
slurm_interactive [2020/02/19 19:04] (current)
root
Line 1: Line 1:
 ====Slurm Interactive==== ====Slurm Interactive====
-On Pinnacle/Karpinski we currently only support single nodes from one core to the number of the cores in the node.  MPI is supported, just not multiple-node interactive MPI.+On Pinnacle/Karpinski we currently only support interactive jobs on single nodes from one core to the number of the cores in the node.  So always ''--nodes=1'' with ''srun''MPI is supported, just not multiple-node interactive MPI
 + 
 +''slurm'' interactive, like ''torque'' interactive, will hang your terminal until the job starts.  This example is for an entire node (32 cores or cpus), which is more than a typical requirement for an interactive job (often 1 core).
 <code> <code>
 srun --nodes=1 --ntasks-per-node=1  --cpus-per-task=32 --partition comp06 --time=6:00:00 --pty /bin/bash srun --nodes=1 --ntasks-per-node=1  --cpus-per-task=32 --partition comp06 --time=6:00:00 --pty /bin/bash
 </code> </code>
  
slurm_interactive.1580325566.txt.gz · Last modified: 2020/01/29 19:19 by root