Modified job submission examples
This commit is contained in:
parent
58d9f76388
commit
35c99f200c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user