hpc-toolset-tutorial icon indicating copy to clipboard operation
hpc-toolset-tutorial copied to clipboard

SLURM_VERSION does not exist at download.schedmd.com

Open nathanweeks opened this issue 4 months ago • 1 comments

The SLURM_VERSION environment variable value specified in .env does not exist at https://download.schedmd.com/slurm/ https://github.com/ubccr/hpc-toolset-tutorial/blob/761e76bce5a5c36e6305f4258a3ddb842d629587/.env#L2

This causes docker compose build slurmdbd to fail in the install.sh script when building the container image: https://github.com/ubccr/hpc-toolset-tutorial/blob/761e76bce5a5c36e6305f4258a3ddb842d629587/slurm/install.sh#L57-L60

nathanweeks avatar Aug 29 '25 14:08 nathanweeks

This should be fixed by #211

nathanweeks avatar Sep 03 '25 15:09 nathanweeks

I think the linked fix wasn't enough. At least for me, the submission of a Slurm job was broken afterwards. Have a look at these additional changes. https://github.com/ubccr/hpc-toolset-tutorial/pull/222

alexschroeter avatar Nov 20 '25 22:11 alexschroeter