On the scontrol man page where it describes "show ENTITY ID", the "ID"
can refer to a specific job ID, node name, partition name, etc. but
not specific configuration parameters. You will need to use "grep" to
print specific configuration parameters (e.g. "scontrol show config |
grep ClusterName").
Quoting Martins Innus <[email protected]>:
Hello,
I was trying to get "scontrol show config" to just give me a
specific parameter. The man page seems to indicate that I should be
able to do something like:
scontrol show config ClusterName
but I just get the full config listing when I do that. Looking at:
scontrol.c:_print_config (char *config_param)
it doesn't look like the config_param is ever used.
This is running 2.6.3, but I didn't see anything different in the
14.03rc source.
Thanks
Martins