Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -20,11 +20,11 @@ Slurm job scripts contains two parts: ...@@ -20,11 +20,11 @@ Slurm job scripts contains two parts:
1. Unix directives: commands for your job execution, such as loading modules, launching an executable program, etc. 1. Unix directives: commands for your job execution, such as loading modules, launching an executable program, 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 job. * [Sequential job](uploads/85fd298c792d1880ea2562948eede0c1/sseq.sh).
* Parallel, shared memory (OpenMP type) job. * [Parallel, shared memory (OpenMP type) job](uploads/08a227aa299e60ce92f143fcc8eef1cd/spar_shared.sh).
* Parallel, distributed memory (MPI with OpenMPI) job. * [Parallel, distributed memory (MPI with OpenMPI) job](uploads/4fd46a75558729b745826225fa1d41d1/spar_distrib_openmpi.sh).
* Parallel, distributed memory (MPI with Intel MPI) job. * [Parallel, distributed memory (MPI with Intel MPI) job](uploads/4095969fad8ab9fdf030e4253fe385ac/spar_distrib_intelmpi.sh).
* Gaussian 09 / Gaussian 16 job. * Gaussian 09 / [Gaussian 16](uploads/aad98c99f8f73d8a94c0c25932d45d2d/sg16.sh) job.
* Molpro job. * Molpro job.
* R job. * R job.
... ...
......