Commands in SGE and equivalents in SLURM

User Command

SGE

SLURM

Interactive login

qlogin

srun -p lipq -q inter --pty bash -i

Job submission

qsub [script_file]

sbatch [script_file]

Job status

qstat

squeue

Job status by job id

qstat -j [job_id]

squeue -j [job_id]

Job status by user

qstat -u [username]

squeue -u [username]

Job deletion

qdel [job_id]

scancel [job_id]

Job hold

qhold [job_id]

scontrol hold [job_id]

Job release

qrls [job_id]

scontrol release [job_id]

Queue list

qconf -sql

sinfo

Cluster status

qhost -q

sinfo

Nodes list

qhost

sinfo -Nl

scontrol show nodes

GUI

qmon

sview