- Jul 24, 2014
-
-
David Bigagli authored
job string format.
-
Morris Jette authored
-
Morris Jette authored
was using array_job_id rather than job_id for non-array job
-
Morris Jette authored
-
Morris Jette authored
Do not return ESLURM_ALREADY_DONE on cancel of a job array unless the entire array is done
-
David Bigagli authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
David Bigagli authored
the jobid string. Reuse the existing job_step_kill_msg_t structure.
-
- Jul 23, 2014
-
-
Morris Jette authored
-
- Jul 22, 2014
-
-
Morris Jette authored
-
Morris Jette authored
-
David Bigagli authored
if no other command line options are specified.
-
David Bigagli authored
-
- Jul 21, 2014
-
-
Morris Jette authored
This is the infrastructure needed to modify a job array with the new job array data structures. There will need to be additional work once the RPC is fleshed out.
-
Morris Jette authored
Previously would not work properly if a job array to be canceled was partly running and partly pending
-
Morris Jette authored
-
Morris Jette authored
This is important for job array modifications. Log the job ID in the job record rather than in the modify request.
-
Morris Jette authored
-
- Jul 16, 2014
-
-
Morris Jette authored
-
Morris Jette authored
For improved support of job arrays
-
- Jul 15, 2014
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
David Bigagli authored
-
David Bigagli authored
which then kill the job or the job array.
-
Morris Jette authored
Added SchedulerParameters options of bf_max_job_array_resv to control how many tasks of a job array should have resources reserved for them.
-
- Jul 14, 2014
-
-
Morris Jette authored
Modify to work if the bitmap sizes of the job and user specification vary.
-
Morris Jette authored
-
Morris Jette authored
-
- Jul 12, 2014
-
-
Morris Jette authored
This adds a new function job_str_signal() which can be used to cancel/signal a job array using a single RPC rather than a series if RPCs, one per job record, which does not work with the new job array data structure. This new logic is untested.
-
- Jul 11, 2014
-
-
Morris Jette authored
-
- Jul 07, 2014
-
-
Morris Jette authored
Partitial fix for new job array data structure
-
Morris Jette authored
Fix squeue --array/-r option to print individual job array task records even if then are all in a single job record from slurmctld.
-
Morris Jette authored
-
Morris Jette authored
Change un/pack_bit_str() to pack_bit_str_hex(), which has much better scalability and performance.
-
Morris Jette authored
-
Morris Jette authored
set exit code on a failure mode previously ignored
-
Morris Jette authored
-