Skip to content

Commit

Permalink
added first tips
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Sep 8, 2024
1 parent 14996f4 commit 1994433
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Unofficial tips and tricks page of the PSM team
:maxdepth: 2
:caption: Contents:

oarsub

Indices and tables
==================

Expand Down
11 changes: 11 additions & 0 deletions docs/source/oarsub.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OARSUB tips
===========

Cancel all jobs
---------------

.. code:: bash
oarstat -u username | awk '{print $1}' | xargs -n 1 oardel
where username should be replaced by your ID.

0 comments on commit 1994433

Please sign in to comment.