From e0b5b837e20e6575941dc4e090f452c8addf8792 Mon Sep 17 00:00:00 2001 From: simongravelle Date: Sun, 8 Sep 2024 12:25:55 +0000 Subject: [PATCH] deploy: 19944337066983382a708cd5a92be6ddb786f147 --- _sources/index.rst.txt | 2 + _sources/oarsub.rst.txt | 11 +++ genindex.html | 6 +- index.html | 20 +++- oarsub.html | 207 ++++++++++++++++++++++++++++++++++++++++ objects.inv | Bin 268 -> 288 bytes search.html | 6 +- searchindex.js | 2 +- 8 files changed, 249 insertions(+), 5 deletions(-) create mode 100644 _sources/oarsub.rst.txt create mode 100644 oarsub.html diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index a10cffc..fa27a0e 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -5,6 +5,8 @@ Unofficial tips and tricks page of the PSM team :maxdepth: 2 :caption: Contents: + oarsub + Indices and tables ================== diff --git a/_sources/oarsub.rst.txt b/_sources/oarsub.rst.txt new file mode 100644 index 0000000..a797cdc --- /dev/null +++ b/_sources/oarsub.rst.txt @@ -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. \ No newline at end of file diff --git a/genindex.html b/genindex.html index d11f8b2..4466eb5 100644 --- a/genindex.html +++ b/genindex.html @@ -53,7 +53,11 @@