Re: [slurm-users] Wrong hwloc detected?

2021-11-07 Thread Ole Holm Nielsen
Hi Diego, Are you sure that the Slurm software installed on all compute nodes was actually built on a system which had the hwloc packages installed? They should also be installed on the compute nodes. The prerequisite packages are listed here: https://wiki.fysik.dtu.dk/niflheim/Slurm_instal

Re: [slurm-users] How to get an estimate of job completion for planned maintenance?

2021-11-07 Thread Carsten Beyer
Hi Ahmad, you could use squeue -h -t r --format="%i %e" | sort -k2 to get a list of all running jobs sorted by their endtime. We use normaly a maintenance reservation with starttime of the mainenance (or with some leading time before) to get the system free of jobs. That make things easier,