Changes
Page history
Update home
authored
Apr 06, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
80f586a8
...
...
@@ -966,4 +966,22 @@ Don't forget to enable X11 forwarding.
| --- | --- | --- |
| Interactive login | qlogin | srun --pty bash or srun (-p "partition name"--time=4:0:0 --pty bash) |
| Job submission |qsub [script_file] | sbatch [script_file] |
| Job deletion | qdel [job_id] | scancel [job_id] |
| Job status by job | qstat -u “
*
” [-j job_id] | squeue [job_id] |
| Job status by user | qstat [-u user_name] | squeue -u [user_name] |
| Job hold | qhold [job_id] | scontrol hold [job_id] |
| Job release | qrls [job_id] | scontrol release [job_id] |
| Queue list | qconf -sql | squeue |
| List nodes | qhost | sinfo -N or scontrol show nodes |
| Cluster status | qhost -q | sinfo |
| GUI | qmon | sview |