You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use reset with different seeds to create different engibench_studies in Airfoil. Why is the study_None generated when init is called? (see Frank's branch)
More (advanced) examples of usage for instance using the Slurm API would be useful to understand the API. (see actions)
Formula to compute total number of jobs from group size can drop some jobs due to rounding. (see Frank's branch)
MPI related tmp files were being written in a memory bounded folder. Solved by using Apptainer instead of Singularity. Can be solved by mounting your own tmp dir but it will clash because all jobs write to the same tmp. (see Actions)
Amount of requested resources is different than the job array cap. The fix was to request the job arrays sequentially. (see Frank's PR)
Version
Experience with the Slurm API
Pain points
Gotchas
Actions
Merge Frank's branch into Slurm
Merge Slurm branch into main
Add documentation and example
@ffelten check if Euler supports Apptainer: Yes they do https://scicomp.ethz.ch/wiki/Apptainer -- move on with Support Apptainer #148