Home
last modified time | relevance | path

Searched refs:job_features (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dnode_features.h64 extern int node_features_g_job_valid(char *job_features);
72 extern char *node_features_g_job_xlate(char *job_features);
H A Dnode_features.c57 int (*job_valid) (char *job_features);
58 char * (*job_xlate) (char *job_features);
277 extern int node_features_g_job_valid(char *job_features) in node_features_g_job_valid() argument
286 rc = (*(ops[i].job_valid))(job_features); in node_features_g_job_valid()
299 extern char *node_features_g_job_xlate(char *job_features) in node_features_g_job_xlate() argument
309 tmp_str = (*(ops[i].job_xlate))(job_features); in node_features_g_job_xlate()
H A Dread_config.h657 extern char *xlate_features(char *job_features);
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/node_features/knl_generic/
H A Dnode_features_knl_generic.c1286 extern int node_features_p_job_valid(char *job_features) in node_features_p_job_valid() argument
1294 if ((job_features == NULL) || (job_features[0] == '\0')) in node_features_p_job_valid()
1297 tmp = xstrdup(job_features); in node_features_p_job_valid()
1336 extern char *node_features_p_job_xlate(char *job_features) in node_features_p_job_xlate() argument
1342 if ((job_features == NULL) || (job_features[0] == '\0')) in node_features_p_job_xlate()
1345 tmp = xstrdup(job_features); in node_features_p_job_xlate()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/node_features/knl_cray/
H A Dnode_features_knl_cray.c2635 extern int node_features_p_job_valid(char *job_features) in node_features_p_job_valid() argument
2643 if ((job_features == NULL) || (job_features[0] == '\0')) in node_features_p_job_valid()
2646 tmp = xstrdup(job_features); in node_features_p_job_valid()
2685 extern char *node_features_p_job_xlate(char *job_features) in node_features_p_job_xlate() argument
2691 if ((job_features == NULL) || (job_features[0] == '\0')) in node_features_p_job_xlate()
2694 tmp = xstrdup(job_features); in node_features_p_job_xlate()