diff --git a/.buildinfo b/.buildinfo index ada145d..467ebc9 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: d1a7ef06ecb70dbff6f0894cd99f80af +config: c7262952a1f2248185361f48fcd82174 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_sources/oar.rst.txt b/_sources/oar.rst.txt index e8f0d07..9e835fa 100644 --- a/_sources/oar.rst.txt +++ b/_sources/oar.rst.txt @@ -10,8 +10,8 @@ Feel free to add your own tricks to the list, or signal us any error. GRICAD -Cancel All Jobs ---------------- +Cancel All Your Jobs at Once +---------------------------- Cancel all your jobs at once by typing: @@ -38,5 +38,6 @@ You can submit jobs with dependencies using the following example. Assume you ha oarsub -S ./job2.sh -a $job1_id -In this example, `job2.sh` will automatically wait for `job1.sh` to complete before starting, using the job ID captured in `job1_id`. +In this example, `job2.sh` will automatically wait for `job1.sh` to complete +before starting, using the job ID captured in `job1_id`. diff --git a/genindex.html b/genindex.html index c1798d9..0105981 100644 --- a/genindex.html +++ b/genindex.html @@ -4,13 +4,13 @@ -
This page collect some tips for running jobs using the OAR system of GRICAD. Feel free to add your own tricks to the list, or signal us any error.
-Cancel all your jobs at once by typing:
oarstat -u username | awk '{print $1}' | xargs -n 1 oardel