Skip to content
Advertisement

Slurm Requested node configuration is not available

hello everyones so im trying to set up a new hpc cluster i made an account and added users and im using a partition but whenerver i run a job it gives me an error that request node configuration is not available i checked my slurm.conf but it seems good to me i need some help the error Batch job submission failed: Requested node configuration is not available

JavaScript

and this is my sinfo

JavaScript

and this is my test script

JavaScript

and thanks in advance

Advertisement

Answer

In the node definition, you do not specify RealMemory so Slurm assumes the default of 1MB (!) per node. Hence the request of 1GB per CPU cannot be fulfilled.

You should run slurmd -C on the compute node, that will give you the line to insert in the slurm.conf file for Slurm to correctly know the hardware resources it can allocate.

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement