Open
Description
By default, clustershell folds node sets in all dimensions. This can actually be quite annoying sometimes as other tools don't support that. For example, Slurm doesn't and requires that the folding axis is the last one:
# scontrol reboot_nodes sh-[2,11,13,30]-4
scontrol_reboot_nodes error: Invalid node name specified
What about adding an option to defauts.conf (and maybe clush.conf?) in order to specify a default folding axis (already implemented as a CLI option for nodeset/cluset in a5162d1)?
I also opened a Slurm ticket at https://bugs.schedmd.com/show_bug.cgi?id=4138