- 26 Jun, 2017 4 commits
-
-
Isaac Hartung authored
Make packjobid, packjoboffset, and packjobidset fields available in squeue output.
-
Isaac Hartung authored
Test salloc/sbatch job options passed and resulting environment variables.
-
Morris Jette authored
-
Dominik Bartkiewicz authored
Improve backfill scheduling algorithm with respect to starting jobs as soon as possible while avoiding advanced reservations. bug 3757
-
- 24 Jun, 2017 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
- 23 Jun, 2017 7 commits
-
-
Morris Jette authored
bug 3886
-
Morris Jette authored
-
Tim Shaw authored
Not necessarily fatal(), but of potential interest when debugging odd slurmctld crashes. Cannot go where the limit is originally set, as the logging infrastructure is not avaiable at that point. Bug 3886.
-
Morris Jette authored
test1.91 fails with non-default binding
-
Tim Wickberg authored
-
Tim Shaw authored
Bug 3581.
-
Morris Jette authored
Fix for commit 250378c2 test7.3 was failing without this patch bug 3502
-
- 22 Jun, 2017 25 commits
-
-
Morris Jette authored
-
Morris Jette authored
test 17.12 was leaving slurm-#.out files around. Explicitly set output file to /dev/null and set time limit to 1 minute to avoid vestigial jobs.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
Handle syncing between siblings (not the origin). Job could have been canclled or started while the origin was down. The sibling should see this and remove it's copy if the job is running or cancelled on the remote cluster. Handle case where job was cancelled or finished while the origin was down and the siblings were up.
-
Brian Christiansen authored
The controller will keeps job in the job_list until the origin comes back up and will find out about it then.
-
Brian Christiansen authored
This allows the origin to be able to sync up jobs after it has been down.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
(void *)(intptr_t)0 is treated as a NULL
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
_cleanup_removed_origin_jobs() could have been called without ever being part of a federation.
-
Brian Christiansen authored
Job could have been requeued if the nodes failed.
-
Isaac Hartung authored
bef69448 was fixed/changed so that slurm_addto_char_list() would now add an empty string to the list if no constraints or clusters were given. The code was expecting an empty List previously.
-
Brian Christiansen authored
Like sview it wasn't mapping the job's node indexes to the correct nodes since federated nodes are merged into one array.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-