- Jun 27, 2016
-
-
Tim Wickberg authored
Bug 2855.
-
- Jun 24, 2016
-
-
Morris Jette authored
-
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
-
- Jun 23, 2016
-
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette 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
-
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.
-
- Jun 22, 2016
-
-
Brian Christiansen authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
-
Morris Jette authored
-
Morris Jette authored
Cray/capmc_resume script modify a node's features (as needed) when the reinit (reboot) command is issued rather than wait for the nodes to change to the "on" state. This will insure the correct node features in the event the capmc_resume script times out or otherwise fails before the nodes come back up. bug 2832
-
- Jun 21, 2016
-
-
Brian Christiansen authored
-t10 made the job's time limit 60 and not 6. -t1s are already being added by passed in limits.
-
- Jun 20, 2016
-
-
Danny Auble authored
-
Dominik Bartkiewicz authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
bug 2582
-
- Jun 19, 2016
-
-
Morris Jette authored
This is an addition to commit c5ace562
-
Morris Jette authored
-
Morris Jette authored
The slurm_get_auth_info() function returns an xmalloc'ed string which few places were xfree'ing. The function in the past did not xmalloc a value, but returned a pointer to a cached string. When that was changed, the calls to the function were not all changed, resulting in leaks if AuthInfo was defined in slurm.conf.
-
- Jun 16, 2016
-
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
- Jun 15, 2016
-
-
Danny Auble authored
-