Skip to content
GitLab
Menu
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
ce72161a
Commit
ce72161a
authored
Jul 14, 2020
by
Michael Krause
🎉
Browse files
rm: forgot scancel examples
parent
8bcb2208
Changes
1
Show whitespace changes
Inline
Side-by-side
rm/slurm/commands.rst
View file @
ce72161a
...
...
@@ -71,5 +71,13 @@ To look up historical (accounting) data there is ``sacct``. Again, all output co
110973 4Gc 936K 00:00:08 0:0
110974 4Gc 936K 00:00:00 0:0
110976 4Gc 944K 00:00:03 0:0
Deleting
++++++++
You can cancel a specific job by running ``scancel JOBID`` or all of
your jobs at once with ``scancel -u $USER``. This is a bit
different to Torque as there is no special **all** placeholder.
Instead you just ask the system to cancel jobs matching to your
username. Of course it's not possible to accidentally cancel other
user's jobs.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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