File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -355,6 +355,15 @@ Our output is full of errors like
355355```
356356What went wrong?
357357
358+ !!! warning "` There are not enough slots available in the system to satisfy... ` "
359+ If you see a different error which starts with ` There are not enough slots available in the system to satisfy... `
360+ this is because you are trying to run an MPI job while already in a Slurm job context (perhaps an interactive
361+ JupyterHub job). Our workload here is really small so we can safely tell OpenMPI that is ok to overload the CPUs:
362+ ``` { .bash .copy }
363+ export PRTE_MCA_rmaps_default_mapping_policy=: oversubscribe
364+ ```
365+ (this environment variable works with OpenMPI 5)
366+
358367## Why did our build fail the tests when using EESSI?
359368
360369To understand where the failure is coming from, we first need to understand what actually happens when we try to run a
You can’t perform that action at this time.
0 commit comments