<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Job scheduling with slurm
## Slurm configuration
## Slurm configuration
By default and for each Slurm job, a directory named `job.<job_id>` will be created on the `/scratch` directory of each node. You can use it to store additional data. For now, this directory is not deleted at the end of the job, but you need to plan a copy of those data in the /data directory.
By default and for each Slurm job, a directory named `job.<job_id>` will be created on the `/scratch` directory of each node. You can use it to store additional data. For now, this directory is not deleted at the end of the job, but you need to plan a copy of those data in the /data directory.