My slurm-14.11.3/etc/slurm.conf uses cores as it consumable resource: SelectType=select/cons_res SelectTypeParameters=CR_Core
Using 1 core per node works: #SBATCH -s #SBATCH --nodes=1 #SBATCH --nodelist=n0[01] #SBATCH --ntasks=1 #SBATCH --cpus-per-task=1 #SBATCH -p GPU However if I use 2, #SBATCH --cpus-per-task=2 I get the error "sbatch: error: Batch job submission failed: Requested node configuration is not available" Using 2 cores will only work if I specify 2 nodes. I want to be able to use more that 1 core per node. With the previous default CR setting, I had no problems with this. I would appreciate any help with this. Regards Andrew Petersen
