Modified job submission examples

This commit is contained in:
caubet_m 2020-04-27 17:29:39 +02:00
parent 58d9f76388
commit 35c99f200c

View File

@ -48,8 +48,8 @@ more memory than the default (4000MB per thread) is very important to specify th
#SBATCH --output=myscript.out # Define your output file
#SBATCH --error=myscript.err # Define your error file
module load $module # ...
srun $MYEXEC # ...
module load $MODULE_NAME # where $MODULE_NAME is a software in PModules
srun $MYEXEC # where $MYEXEC is a path to your binary file
```
## Multi core based job examples