- 05 Jul, 2016 6 commits
-
-
Tim Wickberg authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Tim Wickberg authored
-
- 04 Jul, 2016 1 commit
-
-
Morris Jette authored
Previous logic required listing each task of job array individually. For example --dependency="afterany:123_4:123_5" can not be expressed as --dependency="afterany:123_[4-5]". bug 2644
-
- 02 Jul, 2016 3 commits
-
-
Danny Auble authored
we have the pids added to the system correctly. Most likely related to bug 2874
-
Danny Auble authored
-
Danny Auble authored
-
- 01 Jul, 2016 4 commits
-
-
Danny Auble authored
Bug 2612 (and possibly others)
-
Danny Auble authored
back to the slurmctld.
-
Danny Auble authored
-
Morris Jette authored
-
- 30 Jun, 2016 9 commits
-
-
Brian Christiansen authored
prctld(PR_GET_NAME) >= 2.6.11
-
Brian Christiansen authored
This reverts commit d9d36a33.
-
Danny Auble authored
-
Danny Auble authored
-
Alejandro Sanchez authored
In bug #1499, customer asked to precisely identify which srun options apply to job allocations, which to step allocations and which apply to both. So the srun man page has been updated with this information.
-
Morris Jette authored
Move test for job wait reason value of BurstBufferResources and BurstBufferStageIn later in the scheduling logic. This will result in job reasons related to QOS, account, and partition limits to be displayed instead of burst buffer (if applicable) bug 2835
-
Danny Auble authored
id wasn't able to be made.
-
Morris Jette authored
-
Morris Jette authored
-
- 29 Jun, 2016 6 commits
-
-
Tim Wickberg authored
-
Danny Auble authored
-
Danny Auble authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 2864.
-
Morris Jette authored
Discovered in testing that the cnselect command only returns information about KNL node state for nodes that are already up. If a node is down or in the process of booting, only capmc as the state which will be in effect when the boot completes. This change merges the old logic (reading state from capmc) with new logic (merging new state information from cnselect into the capmc data), which results in the most complete picture possible about the KNL state. bug 2850
-
- 24 Jun, 2016 3 commits
-
-
Morris Jette authored
node_features/knl_cray plugin modified to get current node MCDRAM mode using cnselect command rather than capmc command. This gets the current BIOS setting, which could differ from what is configured to be set on boot, at least if something other than Slurm is modifying KNL modes. bug 2850
-
Morris Jette authored
node_features/knl_cray plugin modified to get current node NUMA mode using cnselect command rather than capmc command. This gets the current BIOS setting, which could differ from what is configured to be set on boot, at least if something other than Slurm is modifying KNL modes. bug 2850
-
Morris Jette authored
-
- 23 Jun, 2016 7 commits
-
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
bug 2744
-
Morris Jette authored
Update web page references from the environment variable name SLURM_JOBID to SLURM_JOB_ID. The man pages are already current, only listing SLURM_JOBID as a vestigial environment variable.
-
Tim Wickberg authored
- Previously long paths/filenames were truncated at 256 characters. Use PATH_MAX instead. - Function previously truncated the executable name at the first space character during own string copy function. Replace with strlcpy. - Refactor to remove extraneous temp variables, use strlcpy instead of snprintf, getenvp instead of local env parser.
-
- 22 Jun, 2016 1 commit
-
-
Tim Wickberg authored
-