Skip to content

Commit 35b17af

Browse files
committed
Finishing the Slurm jobs section.
1 parent 83a33cb commit 35b17af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/2025-LUST/3_Advanced/3_03_slurm_jobs.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Before using ``--job``, let's make sure that EasyBuild is properly configured:
218218
```shell
219219
# Load the EasyBuild-user module (central installations will not work at all
220220
# using job submission)
221-
module load LUMI/21.12
221+
module load LUMI/24.03
222222
module load partition/C
223223
module load EasyBuild-user
224224

@@ -309,6 +309,12 @@ Note that 3 jobs can not be started yet, because those installations require on
309309
missing dependencies. As soon as the jobs for those dependencies (successfully) complete,
310310
these jobs will be able to start.
311311

312+
!!! Warning "Huge installations"
313+
As the number of jobs a user can have in a partition is limited, really huge software
314+
installations would fail as EasyBuild would try to submit too many jobs. You would have
315+
to break up such installations by hand in smaller chunks.
316+
317+
312318
### Final result
313319

314320
After about 20 minutes, AUGUSTUS and all missing dependencies should be installed:

0 commit comments

Comments
 (0)