Bill via slurm-users <[email protected]> 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. :) -- Regards, Bjørn-Helge Mevik, dr. scient, Department for Research Computing, University of Oslo
signature.asc
Description: PGP signature
-- slurm-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
