Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -28,6 +28,7 @@ Here are some self-explanatory job script examples for several softwares/applica ...@@ -28,6 +28,7 @@ Here are some self-explanatory job script examples for several softwares/applica
* [Molpro job](https://git.univ-pau.fr/num-as/pyrene-cluster/-/blob/master/jobs/smolpro.sh). * [Molpro job](https://git.univ-pau.fr/num-as/pyrene-cluster/-/blob/master/jobs/smolpro.sh).
* [R job](https://git.univ-pau.fr/num-as/pyrene-cluster/-/blob/master/jobs/sR.sh). * [R job](https://git.univ-pau.fr/num-as/pyrene-cluster/-/blob/master/jobs/sR.sh).
* [ORCA job](https://git.univ-pau.fr/num-as/pyrene-cluster/-/blob/master/jobs/sorca.sh) * [ORCA job](https://git.univ-pau.fr/num-as/pyrene-cluster/-/blob/master/jobs/sorca.sh)
* [MATLAB job](https://git.univ-pau.fr/num-as/pyrene-cluster/-/blob/master/jobs/smatlab.sh)
## Usage of the scratch space in jobs ## Usage of the scratch space in jobs
The `/scratch` space is accessible in jobs using the `SCRATCHDIR` environment variable. The `/scratch` space is accessible in jobs using the `SCRATCHDIR` environment variable.
... ...
......