- 01 Jun, 2017 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
No change in logic
-
Morris Jette authored
Also minor logic changes for env vars
-
Morris Jette authored
This sets most env vars, but not all
-
- 31 May, 2017 7 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Operations performed on pack leader are applied to all components of the heterogeneous job. Requests to operate on any other heterogeneous job component returns an error.
-
Morris Jette authored
Remove logic that was intended for temporary use while debugging commit d763675c
-
Morris Jette authored
Moved logic so it could be used for both pack job and normal job
-
Morris Jette authored
This is the equivalent to slurm_allocation_lookup() for pack jobs.
-
- 26 May, 2017 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
This will insure the backfill scheduler starts as soon as possible after the pack jobs become eligible to run
-
- 25 May, 2017 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
No change in functionality in this commit
-
Morris Jette authored
If job_complete call is issued against the pack leader then mark entire pack job as complete. This is used by salloc/srun on termination.
-
- 24 May, 2017 2 commits
-
-
Morris Jette authored
No change in functionality, just refactor the logic for re-use.
-
Morris Jette authored
-
- 23 May, 2017 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
Just in case something goes wrong with the test, this should clear the job relatively soon
-
Morris Jette authored
The RESPONSE_JOB_PACK_ALLOCATION RPC returns a list of RESPONSE_RESOURCE_ALLOCATION data types. Error handling still needs to be added to slurmctld/agent.c, blocking for resources does not work yet, and the salloc code does not handle the List response type yet.
-
Morris Jette authored
Expect seems to be sometimes truncating the output from "salloc --help" resulting in a test failure. This is a bug in Expect not Slurm. Modified the test to not parse all the way to the end of the expected output so the test always passes.
-
- 22 May, 2017 6 commits
-
-
Morris Jette authored
No change in logic
-
Morris Jette authored
No change in logic yet, but added a function to determine if there are pending pack job components and moved the data structure build logic to a separate function so it can be called for each pack job component
-
Morris Jette authored
Use syntax "scancel #+#". For example "scancel 1+2" cancels component number 2 from job 1
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
slurmctld modified to return all components of a pack job if the pack job leader job ID is specified Modify squeue to properly handle job ID filtering for pack jobs
-
- 20 May, 2017 1 commit
-
-
Morris Jette authored
-
- 19 May, 2017 3 commits
-
-
Morris Jette authored
pack_job_id_set shows all job IDs associated with a pack job. Logic added to include in show job RPC and display in scontrol. Logic added to save/restore the field. Logic still needed to validate on slurmctld restart and rebuild pack_job_list list of job pointers.
-
Morris Jette authored
-
Morris Jette authored
-
- 18 May, 2017 1 commit
-
-
Morris Jette authored
Also sort job ID's considering pack job ID and offset
-
- 17 May, 2017 2 commits
-
-
Morris Jette authored
Add pack_job_id and pack_job_offset fields to job record in slurmctld plus job_info structure Add logic to save/restore pack_job_id and pack_job_offset fields on slurmctld restart Add logging of pack_job_id and pack_job_offset fields in slurmctld's jobid2fmt() and jobid2str() functions Add pack_job_id and pack_job_offset fields to "scontrol show job" output
-
Morris Jette authored
cancel vestigial pack jobs when an error happens in some portion of the job request
-
- 16 May, 2017 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Add a new RPC, REQUEST_JOB_PACK_ALLOCATION, that will send a List of job request descriptors in a single message. Each job descriptor will be logged and an job record created for it.
-
Morris Jette authored
Refactor the salloc option parsing logic to build a separate set of job descriptor data structures for each portion of the heterogeneous job. Only the last job record is current submitted to slurmctld.
-
- 15 May, 2017 1 commit
-
-
Morris Jette authored
-