Hi!

I am getting the following error when I am submitting a GPU job

sbatch: error: Batch job submission failed: Requested node configuration is
not available

I have checked my slurm.conf file and gres.conf file its looking fine but I
am not getting why this error is coming.

submite script is as follow

$cat batch_job
#!/bin/bash

#SBATCH -N 1
#SBATCH -n 1
#SBATCH --gres=gpu:1
#SBATCH --time=00:30:00
#SBATCH --error=gpu_job.%J.err
#SBATCH --output=gpu_job.%J.out
srun  gpu_app

scontrol show job   giving info like
JobState=FAILED Reason=BadConstraints

I am sending my slurm.conf and gres.conf file can anyone help me ..

Thanks

Nagendra

Attachment: slurm.conf
Description: Binary data

Attachment: gres_for_hybrid1.conf
Description: Binary data

Attachment: gres_for_hybrid2.conf
Description: Binary data

Reply via email to