Changes between Version 14 and Version 15 of Public/User_Guide/Batch_system


Ignore:
Timestamp:
Oct 5, 2018, 3:04:33 PM (6 years ago)
Author:
Peter Niessen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Batch_system

    v14 v15  
    99Slurm 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.
    1010
    11 == Remark about modules ==
     11== !!!OUTDATED!!! Remark about modules ==
    1212
    1313Slurm passes the environment from your job submission session directly to the execution environment. The setup as used with torque therefore doesn't work anymore. Please use
     
    140140Please note that there is no default partition configured. In order to run a job, you have to specify one of the following partitions, using the {{{--partition=...}}} switch:
    141141
    142  * cluster: The old DEEP cluster nodes {{{deep[001-128]}}}
     142 * cluster: decommisioned ~~The old DEEP cluster nodes {{{deep[001-128]}}}~~
    143143 * sdv: The DEEP-ER sdv nodes
    144144 * knl: The DEEP-ER knl nodes (all of them, regardless of cpu and configuration)