slurm doesn't recognise the newly introduced gres "shard" as a valid resource name. It doesn't matter what type of configuration I use from the three options given here https://slurm.schedmd.com/gres.html#Sharding If it is only configured in slurm.conf, it is quietly ignored, no error thrown, and shard doesn't show up in scontrol show node as a resource. If it is also configured in gres.conf, slurmd throws errors (per line of shard configuration): slurmd: error: Ignoring gres.conf record, invalid name: shard Doesn't matter if the scheme is "Name=shard Count=x" or "Name=shard Count=x File=y". This is a test node with slurmctld and slurmd on version 22.05.2, Nvidia A series, driver 515 and cuda 11.7. The NVML autodetect is working.