Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -16,17 +16,17 @@ where *script.sh* is the job script.
## Job script examples
Slurm job scripts contains two parts:
1. Slurm directives: starting with #SBATCH, they specify Slurm options.
1. Unix directives: commands to launch your job execution: module loading, program name, etc.
1. Slurm directives: starting with **#SBATCH**, they specify Slurm options.
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:
* Sequential
* Parallel, shared memory (OpenMP type)
* Parallel, distributed memory (MPI with OpenMPI)
* Parallel, distributed memory (MPI with Intel MPI)
* Gaussian 16
* Molpro
* R
* Sequential job.
* Parallel, shared memory (OpenMP type) job.
* Parallel, distributed memory (MPI with OpenMPI) job.
* Parallel, distributed memory (MPI with Intel MPI) job.
* Gaussian 09 / Gaussian 16 job.
* Molpro job.
* R job.
## Partitions and limits
......
......