Changes between Version 18 and Version 19 of Public/User_Guide/Batch_system


Ignore:
Timestamp:
Nov 18, 2019, 12:25:54 PM (5 years ago)
Author:
Jacopo de Amicis
Comment:

Added TOC

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Batch_system

    v18 v19  
     1[[TOC]]
     2
    13= Information about the batch system (SLURM) =
    24
     
    1315Slurm offers interactive and batch jobs (scripts submitted into the system). The relevant commands are `srun` and `sbatch`. The `srun` command can be used to spawn processes ('''please do not use mpiexec'''), both from the frontend and from within a batch script. You can also get a shell on a node to work locally there (e.g. to compile your application natively for a special platform.
    1416
    15 == Remark about modules ==
     17== Remark about environment ==
    1618
    1719By default, Slurm passes the environment from your job submission session directly to the execution environment. Please be aware of this when running jobs with `srun` or when submitting scripts with `sbatch`. This behavior can be controlled via the `--export` option. Please refer to the [https://slurm.schedmd.com/ Slurm documentation] to get more information about this.