Home
last modified time | relevance | path

Searched refs:ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/slurm/
H A Dslurm_errno.h99 ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE, enumerator
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurm_errno.c143 { ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE,
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dnode_scheduler.c1555 error_code = ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _get_req_features()
1945 return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _pick_best_nodes()
1949 return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _pick_best_nodes()
2007 return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _pick_best_nodes()
2399 error_code = ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _pick_best_nodes()
2763 return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in select_nodes()
3749 return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _build_node_list()
3762 return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _build_node_list()
3797 return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _build_node_list()
4071 rc = ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _build_node_list()
[all …]
H A Dstep_mgr.c985 *return_code = ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _pick_step_nodes()
1278 *return_code = ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _pick_step_nodes()
1765 *return_code = ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _pick_step_nodes()
H A Djob_scheduler.c1845 ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE) && in _schedule()
4089 rc = ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in job_start_data()
H A Dreservation.c4037 rc = ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; in _select_nodes()
H A Djob_mgr.c4860 if ((rc != ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE) && in _select_nodes_parts()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scontrol/
H A Dcreate_res.c498 if ((errno == ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE) || in scontrol_create_res()