Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example for an interactive job:

srun -p interactive --qos qos-interactive --time=0:30 -N2 --ntasks-per-node=4 --pty bash -isalloc -p interactive --qos qos-interactive bash -cssh -Y $(scontrol show hostnames | head-n 1)srun -p interactive --qos qos-besteffort --cpu-bind=none -N1 -n4 --pty bash -isrun -C skylake -p batch --time=0:10:0 -N1 -c28 --pty bash -i

Example for a batch job:

sbatch job.sh

sbatch -N 2 job.sh

sbatch -p batch --qos qos-batch job.sh

sbatch -p long --qos qos-long job.sh

sbatch --begin=2019-11-23T07:30:00 job.sh

sbatch -p batch --qos qos-besteffort job.sh

sbatch -p bigmem --qos qos-bigmem --mem=2T job.sh

Example for status and details for partitions, nodes, reservations:

squeue / squeue -l / squeue -la / squeue -l -p batch / squeue -t PD

scontrol show nodes / scontrol show nodes $nodename

sinfo / sinfo -s / sinfo -N

sinfo -T

Software

Job submitting with Modules

...