Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -21,14 +21,14 @@ Slurm job scripts contains two parts: ...@@ -21,14 +21,14 @@ Slurm job scripts contains two parts:
1. Unix directives: commands to launch your job execution: module loading, program name, etc. 1. Unix directives: commands to launch your job execution: module loading, program name, etc.
Here are some self-explanatory job script examples for several softwares/applications on Pyrene: Here are some self-explanatory job script examples for several softwares/applications on Pyrene:
* Sequential (with test file) * Sequential
* Parallel, shared memory (OpenMP type) * Parallel, shared memory (OpenMP type)
* Parallel, distributed memory (MPI with OpenMPI) * Parallel, distributed memory (MPI with OpenMPI)
* Parallel, distributed memory (MPI with Intel MPI) * Parallel, distributed memory (MPI with Intel MPI)
* Gaussian 09 / Gaussian 16 * Gaussian 16
* Molpro * Molpro
* NBO 6 * NBO 6
* OpenTelemac * Open TELEMAC-MASCARET
* R * R
## Partitions and limits ## Partitions and limits
... ...
......