Discussion:
sbatch error Batch job submission failed Requested node configuration is not available
nagendra kumar Verma
2014-06-06 06:37:32 UTC
Permalink
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

Loading...