| ... | ... | @@ -25,8 +25,8 @@ To run your code you need to specify different parameters value to allocate reso |
|
|
|
| --ntasks=1 | -n1 | Number of tasks to be run |
|
|
|
|
| --cpus-per-task=1 | -c1 | Number of cpus used by each task |
|
|
|
|
| --time=0-00:30:00 | -t0-00:30:00 | Time limit (d-hh-mm-ss) |
|
|
|
|
| --mem-per-cpus=100mb | ... | Maximum amount of memory allocated per CPU |
|
|
|
|
| --mem=100mb | ... | minimum amount of real memory |
|
|
|
|
| --mem-per-cpus=100mb | ... | Minimum amount of memory allocated per CPU |
|
|
|
|
| --mem=100mb | ... | Maximum amount of real memory |
|
|
|
|
|
|
|
|
```
|
|
|
|
$ srun --nodes=1 --ntasks=1 --cpus-per-task=1 --mem-per-cpu=100mb --time=0-00:00:30 sleep 20 &
|
| ... | ... | |
| ... | ... | |