- 02 Nov, 2016 1 commit
-
-
Morris Jette authored
Add LaunchParameters=mem_sort option to set configur running of zonesort by default at step startup. Also add documentation about zonesort on KNL web page bug 3188
-
- 01 Nov, 2016 6 commits
-
-
Morris Jette authored
Type is required for cray persistent burst buffer creation
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
cray/busrt_buffer - Fix for double counting of used_space at slurmctld startup. bug 3222
-
Joseph Mingrone authored
Add the POLLRDHUP hack used elsewhere to work around non-standard flag use. Bug 3227.
-
Morris Jette authored
cray/busrt_buffer - If total_space in a pool decreases, reset used_space rather than trying to account for buffer allocations in progress. bug 3222
-
- 31 Oct, 2016 4 commits
-
-
Morris Jette authored
bug 3188
-
Brian Christiansen authored
-
Brian Christiansen authored
If a cluster was removed from a federation, then the cluster's send was left around.
-
Danny Auble authored
salloc/sbatch -w node0 -n2 to allocate 2 nodes instead of only 1 if it could. This makes the code look like it does in srun which does do the correct thing.
-
- 29 Oct, 2016 2 commits
-
-
Brian Christiansen authored
The core_resrcs ptr was being dropped on the floor because unpack_job_resources() allocates its own job_resources_t ptr.
-
Brian Christiansen authored
-
- 28 Oct, 2016 4 commits
-
-
Danny Auble authored
the step table yet, so this patch is invalid.
-
Danny Auble authored
a job could be accounted for more than it should in the _decay_thread inside the priority/multifactor plugin. Before the end_time_exp wasn't stored for the job which was what was used to determine if the job was already processed or not. In 16.05 we were able to fix this mostly, but for the TRES numbers they could get accounted for multiple times. Since a pack was needed to fix this we had to wait until 17.02.
-
Danny Auble authored
-
Danny Auble authored
more time than should be allowed would be accounted for. This only happened on jobs in the completing state when the slurmctld was shutdown. This will also be enhanced in 17.02 as the job's end_time_exp is not stored which is needed to determine if the job has already been through the decay_thread at end of job. Bug 3162
-
- 27 Oct, 2016 23 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
bug 3139
-
Danny Auble authored
-
Danny Auble authored
# Conflicts: # META
-
Danny Auble authored
-
Danny Auble authored
issue with gang scheduling. Bug 3211
-
Brian Christiansen authored
MAX_BUF_SIZE is a uint32_t so comparing size (int) to it didn't make sense.
-
Tim Wickberg authored
Unhook it from the build, and remove relevant section from slurm.spec file as well.
-
Brian Christiansen authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Brian Christiansen authored
-
Brian Christiansen authored
Federated submissions
-
Brian Christiansen authored
e.g. allocation failure: Unspecified error
-
Brian Christiansen authored
-
Brian Christiansen authored
get_next_job_id() was returning a local id and then the fed_mgr was turning that into a fed job id. This was a problem because get_next_job_id() couldn't check to see if an existing job already had the fed job id. It was only checking for the local job id. This was exposed in tests that did a reconfigure and the reconfigure loaded in a old job_id_sequence so that the next job got an id that was already being used.
-
Brian Christiansen authored
The logic to talk to the correct compute nodes still needs to be implemented. It will come at a later date.
-
Brian Christiansen authored
-
Brian Christiansen authored
Will submit using federation submission logic. Scheduling logic to come.
-