Home
last modified time | relevance | path

Searched refs:KNL_MCDRAM_FLAG (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.c100 #define KNL_MCDRAM_FLAG 0xff00 macro
163 static uint16_t allow_mcdram = KNL_MCDRAM_FLAG;
256 if ((mcdram_num & KNL_MCDRAM_FLAG) & tmp) in _knl_mcdram_bits_cnt()
819 allow_mcdram = KNL_MCDRAM_FLAG; in init()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/node_features/knl_cray/
H A Dnode_features_knl_cray.c109 #define KNL_MCDRAM_FLAG 0xff00 macro
164 static uint16_t allow_mcdram = KNL_MCDRAM_FLAG;
359 if ((mcdram_num & KNL_MCDRAM_FLAG) & tmp) in _knl_mcdram_bits_cnt()
1347 if ((allow_types & KNL_MCDRAM_FLAG) && in _merge_strings()
1348 (allow_types != KNL_MCDRAM_FLAG)) in _merge_strings()
1846 allow_mcdram = KNL_MCDRAM_FLAG; in init()