So I’m trying to run a SLURMCluster from within a singularity container. Obviously, once I actually want to do something, dask_jobqueue can’t find the sbatch
executable.
I’ve seen this thread: https://groups.google.com/a/lbl.gov/g/singularity/c/IGvUup1aGXE and have tried to mount the path where the sbatch binary resides and add it into the PATH, but have quickly run into missing library problems.
Does anyone else have experience with this? I would imagine it must be a quite common problem.
Thanks for any hints!