Hello,
I have multiple questions about the usage of job_container/tmpfs, and
the TmpFS and TmpDisk variables
1) If my job_container.conf files contains:
```
BasePath=/mnt/slurm_tmp Shared=true
```
is it important what I set TmpFS to in slurm.conf ? Should I set it to
'/mnt/slurm_tmp' or '/tmp
Hi,
If they are on two different machines, doing as described on the slurm
documentation is not a problem. I just updated an ubuntu installation a
few days ago following the doc and they can both can run without the
other running
If they are on the same machine, my guess would be that you ha
Hi,
Thats what I use in the gitlab ci and don't see these error anywhere
with slurm 24.11.6, on ubuntu 24.04 and 22.04
apt update && apt upgrade --yes
apt-get install --yes build-essential fakeroot devscripts munge equivs
curl --remote-name
"https://download.schedmd.com/slurm/slurm-${SLURM_VE