Bill via slurm-users slurm-users@lists.schedmd.com writes:
I want to confirm that the hostname resolution is case sensitive in SLURM ?
That should be easy enough to test:
$ sbatch -A nn9999k -t 10 --mem-per-cpu=100 --wrap='sleep 60' --nodelist=c3-1 Submitted batch job 13088180 $ sbatch -A nn9999k -t 10 --mem-per-cpu=100 --wrap='sleep 60' --nodelist=C3-1 sbatch: error: Batch job submission failed: Invalid node name specified
Looks like answer is Yes. :)