Home
last modified time | relevance | path

Searched refs:allow_user_str (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/node_features/knl_generic/
H A Dnode_features_knl_generic.c808 char *allow_mcdram_str, *allow_numa_str, *allow_user_str; in init() local
941 allow_user_str = _make_uid_str(allowed_uid, allowed_uid_cnt); in init()
946 info("AllowUserBoot=%s", allow_user_str); in init()
960 xfree(allow_user_str); in init()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/node_features/knl_cray/
H A Dnode_features_knl_cray.c1838 char *allow_mcdram_str, *allow_numa_str, *allow_user_str; in init() local
1941 allow_user_str = _make_uid_str(allowed_uid, allowed_uid_cnt); in init()
1946 info("AllowUserBoot=%s", allow_user_str); in init()
1963 xfree(allow_user_str); in init()