Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Krause
tardis-doc
Commits
e950a469
Commit
e950a469
authored
Jan 07, 2021
by
Michael Krause
🎉
Browse files
Slurm transition table: use 24h in timelimit example
parent
32947ecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
rm/slurm/transition.rst
View file @
e950a469
...
...
@@ -3,24 +3,24 @@
Torque Transition Table
-----------------------
================================================= =====
Torque Slurm
================================================= =====
=================================================
==
=====
Torque
Slurm
=================================================
==
=====
**Submit**
---------------------------------------------------------
``qsub job.pbs`` ``sbatch job.sh``
``echo "Rscript foo.R" | qsub`` ``sbatch --wrap "Rscript foo.R"``
``qsub -I -q testing`` ``srun -p test --pty /bin/bash``
------------------------------------------------- -----
---------------------------------------------------------
--
``qsub job.pbs``
``sbatch job.sh``
``echo "Rscript foo.R" | qsub``
``sbatch --wrap "Rscript foo.R"``
``qsub -I -q testing``
``srun -p test --pty /bin/bash``
-------------------------------------------------
--
-----
**Query**
---------------------------------------------------------
``qstat`` ``squeue``
``qstat -r`` ``squeue -u $USER --states R``
``qstat -q`` ``sinfo -s``
------------------------------------------------- -----
---------------------------------------------------------
--
``qstat``
``squeue``
``qstat -r``
``squeue -u $USER --states R``
``qstat -q``
``sinfo -s``
-------------------------------------------------
--
-----
**Manage**
---------------------------------------------------------
``qdel 1234`` ``scancel 1234``
``qdel all`` ``scancel -u $USER``
``qalter -l walltime=
1
:0:0 1234`` ``scontrol update jobid=1234 TimeLimit=
1
:0:0``
================================================= =====
---------------------------------------------------------
--
``qdel 1234``
``scancel 1234``
``qdel all``
``scancel -u $USER``
``qalter -l walltime=
24
:0:0 1234``
``scontrol update jobid=1234 TimeLimit=
24
:0:0``
=================================================
==
=====
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment