- 08 Jun, 2017 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Fix problems reported by valgrind, several memory leaks and one memory reference after free.
-
Morris Jette authored
This is needed to support requeue and other operations on the pack job as a whole
-
- 07 Jun, 2017 10 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Make sure the pack_job_id values match, just in case something bad happended with the job records. If they don't match, log an error and skip the records.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Always start the script in the correct component's allocation and get the script from the corrrect location (could work before but dependent upon race condition).
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
If num_tasks == NO_VAL but min_cpus != NO_VAL, then num_cpus gets reset to NO_VAL, which results in select/cons_res getting stuck in a very slow loop (counting up to NO_VAL).
-
Morris Jette authored
-
- 06 Jun, 2017 7 commits
-
-
Morris Jette authored
There are a couple more left to handle
-
Morris Jette authored
Copy the strings into job request descriptor rather than just copying the variable pointers to avoid over-writing contents
-
Morris Jette authored
Test for unset job node_bitmap as the job may not yet be scheduled
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 05 Jun, 2017 4 commits
-
-
Morris Jette authored
Work still needed on scheduling, launch, env vars, etc. This just creates the job records
-
Morris Jette authored
-
Morris Jette authored
-v for every pack job component combined in first pass of parsing
-
Morris Jette authored
-
- 03 Jun, 2017 1 commit
-
-
Morris Jette authored
-
- 02 Jun, 2017 2 commits
-
-
Morris Jette authored
Still need to document the API, flesh out slurmctld response and more work on sbatch logic
-
Morris Jette authored
Make _opt_default() function in salloc and sbatch reetrant. Re-initializing variables used to hold changable fields for each component of the heterogeneous job.
-
- 01 Jun, 2017 6 commits
-
-
Morris Jette authored
Document the new pack job APIs slurm_allocate_pack_job_blocking() and slurm_pack_job_lookup().
-
Morris Jette authored
Used the wrong variable name in one place
-
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.
-