You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Native SLURM style

Submit Interactive Job with "srun"

srun --partition=debug --pty --nodes=1 \
--ntasks-per-node=8 --gres=gpu:v100:1 \
-t 01:30:00 --wait=0 \
--export=ALL /bin/bash

Submit Batch Job

sbatch [job_script]

Check Job Status

squeue -u [username]

Cancel Running Job

scancel -u [job_id]

PBS style

Some PBS commands are supported by SLURM 

  • No labels