... | @@ -7,11 +7,11 @@ The [Slurm](https://slurm.schedmd.com) scheduler manages the resource allocation |
... | @@ -7,11 +7,11 @@ The [Slurm](https://slurm.schedmd.com) scheduler manages the resource allocation |
|
* The cluster nodes are put in **partitions**. Each partition allows characterized by . Each partition corresponds to different characteristics
|
|
* The cluster nodes are put in **partitions**. Each partition allows characterized by . Each partition corresponds to different characteristics
|
|
* Partition are accessible by **accounts**, representing group of users granted with some permissions.
|
|
* Partition are accessible by **accounts**, representing group of users granted with some permissions.
|
|
|
|
|
|
A resource allocation must specify a partition, an account, and other parameters such as the maximal execution time, the number of cores and the maximal used memory of the job. These Slurm parameters are written in scripts and submitted to Slurm with the following command:
|
|
A resource allocation must specify a partition, an account, and other parameters such as the maximal execution time, the number of cores and the maximal used memory of the job. These Slurm parameters are written in **job scripts** and submitted to Slurm with the following command:
|
|
```
|
|
```
|
|
sbatch script.sh
|
|
sbatch script.sh
|
|
```
|
|
```
|
|
|
|
where *script.sh* is the job script.
|
|
|
|
|
|
## Job script examples
|
|
## Job script examples
|
|
|
|
|
... | | ... | |