- 01 Oct, 2014 5 commits
-
-
Morris Jette authored
-
Uwe Sauter authored
Add BINDIR to get correct scontrol path
-
Morris Jette authored
-
David Bigagli authored
-
David Bigagli authored
-
- 30 Sep, 2014 23 commits
-
-
David Bigagli authored
This reverts commit 370ca774.
-
Danny Auble authored
-
Morris Jette authored
-
Brian Christiansen authored
-
Nicolas Joly authored
-
David Bigagli authored
-
David Bigagli authored
-
David Bigagli authored
-
Morris Jette authored
-
Brian Christiansen authored
-
Janne Blomqvist authored
-
David Bigagli authored
-
Morris Jette authored
Disable include file specifications including hostname or IP address
-
Morris Jette authored
Conflicts: src/slurmctld/reservation.c
-
Morris Jette authored
-
Morris Jette authored
Prior logic would always try to reserve nodes. This also slighly modifies the reservation create logic for non-bluegene systems
-
Morris Jette authored
-
David Bigagli authored
-
Aline Roy authored
in sacct and add format option to print the reservationId and flags in the sreport reservation.
-
David Gloe authored
-
Morris Jette authored
-
Morris Jette authored
-
Nathan Yee authored
Add ability to include other files in slurm.conf based upon the ClusterName, hostname, and/or IP address. bug 808
-
- 29 Sep, 2014 12 commits
-
-
Danny Auble authored
-
Morris Jette authored
Conflicts: src/common/gres.c src/slurmctld/read_config.c
-
Morris Jette authored
Remove logic that was creating GRES bitmap for node when not needed (only needed when GRES mapped to specific files).
-
Morris Jette authored
Correct logic to support job GRES specification over 31 bits (problem in logic converting int to uint32_t).
-
Morris Jette authored
-
Danny Auble authored
-
David Bigagli authored
to sattach.
-
David Bigagli authored
-
Brian Christiansen authored
We found that the job array's job id is being added to the allocated nodes of the running jobs instead of the individual job id's of the jobs in the array. We also found that putting job_array_post_sched() before select_g_job_begin() in node_scheduler.c:node_select() and removing the check for IS_JOB_RUNNING in job_array_post_sched() makes it work. job_array_post_sched() is only called from node_select() so it should be safe to remove the IS_JOB_RUNNING check. see bug 1120
-
Morris Jette authored
-
David Bigagli authored
-
Morris Jette authored
-