Hi there,

Correct me if I am wrong, but slurm deamon should load plugin libraries
based on slurm.conf, right?


I found very wired where slurm loaded incorrect plugin libraries:

sbatch: debug3: Trying to load plugin
/opt/slurm-14.11.6/lib/slurm/select_cons_res.so
sbatch: debug3: Success.
sbatch: debug3: Trying to load plugin
/opt/slurm-14.11.6/lib/slurm/select_linear.so
sbatch: debug3: Success.
sbatch: debug3: Trying to load plugin
/opt/slurm-14.11.6/lib/slurm/select_alps.so
sbatch: debug3: Success.
sbatch: debug3: Trying to load plugin
/opt/slurm-14.11.6/lib/slurm/select_serial.so
sbatch: debug3: Success.
sbatch: debug3: Trying to load plugin
/opt/slurm-14.11.6/lib/slurm/select_cray.so
sbatch: Cray node selection plugin loaded
sbatch: debug3: Success.

It seems completed mismatch to the slurm.conf where no cray, alps, cons_res
and serial selected is defined in the slurm.conf.

More pulzled is that GresTypes=gpu is defined in  slurm.conf, but that
library  there are linear and grestypes but the gres_gpu.so is never
loaded. Could you please advise what I could missing?

$ cat slurm.conf
............
GresTypes=gpu
SchedulerType=sched/backfill
SelectType=select/linear
JobCompType=jobcomp/none
...........

Thank you.

Kind regards,

- j

Reply via email to