Commit cbf7d97
committed
fix(slurm): request minimal
From SciComp:
> Slurm users: By default, Slurm jobs receive no /scratch allocation. If
> your job runs entirely in memory and shared filesystems, this may be
> fine. However, many applications implicitly use temporary scratch space.
> If you encounter ENOSPC errors, you will need to request disk
> explicitly, for example:
>
> ```
> #SBATCH --gres=disk:1G
> ```
At least `module switch coatjava` has triggered 'no space left on
device' errors, so let's request a bit of space. 32 MB should be way
more than needed, but is also still very minimal, hopefully./scratch allocation1 parent ebbe108 commit cbf7d97
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
489 | 490 | | |
490 | 491 | | |
491 | 492 | | |
| 493 | + | |
492 | 494 | | |
493 | 495 | | |
494 | 496 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
0 commit comments