Home
last modified time | relevance | path

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

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Djob_mgr.c202 static int _job_create(job_desc_msg_t * job_specs, int allocate, int will_run,
5040 error_code = _job_create(job_specs, allocate, will_run, in job_allocate()
6950 static int _job_create(job_desc_msg_t *job_desc, int allocate, int will_run, in _job_create() function
/dports/sysutils/slurm-wlm/slurm-20.02.7/
H A DNEWS9061 -- Fix problem with _job_create() when not using qos's. It makes
9062 _job_create() consistent with similar logic in select_nodes().