- Mar 03, 2016
-
-
Danny Auble authored
-
Danny Auble authored
-
Brian Christiansen authored
Bug 2507
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Step GRES value changed from type "int" to "int64_t" to support larger values. Previous logic could fail in step allocation values over 32-bits. Other GRES values are 64-bit.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Danny Auble authored
slurmstepd to close potential open ones. It was pointed out the slurmd using acct_gather_energy/ipmi links to freeipmi which could possibly open /dev/ipmi0 without the close on exec flag set as root while launching a step leaving it open in the users app. What this does is sets the flag on the first 256 to mitigate the concern. Reported by Maksym Planeta. Bug 2506
-
Morris Jette authored
This enables the node_feature plugin to add GRES to nodes. Specifically it is intended for the node_feature/knl_cray plugin to build a GRES containing the MCDRAM size currently configured on the node. More work is needed for full functionality.
-
- Mar 02, 2016
-
-
Morris Jette authored
Make sure that capmc_suspend and capmc_resume are properly packaged in an RPM if a non-standard sbin location is configured
-
Danny Auble authored
bsub batch script or not. If it isn't we will wrap the script to avoid issues where $0 is used inside the script.
-
Morris Jette authored
Conflicts: src/plugins/sched/backfill/backfill.c
-
Gary B Skouson authored
Previous logic tested whatever the job's partition pointer indicated rather than the partition we are trying to run the job in. This bug was introduced in Slurm version 15.08.5, Nov 16, 2015, commit 94f0e948 bug 2499
-
Danny Auble authored
patch 2d5066e7
-
Morris Jette authored
Add a new function that can read power save configuration information before starting the power save thread. This lets us confirm that power save mode is configured to run earlier in the slurmctld start up logic and report an error at at earlier point if power save is not configured to run, but node_feature/knl_cray (which needs it) is configured.
-
Tim Wickberg authored
-
Thomas Cadeau authored
Introduced in c97e08a0 Change default CgroupMountpoint (in cgroup.conf) from "/cgroup" to "/sys/fs/cgroup" to match current standard. For details, see https://wiki.freedesktop.org/www/Software/systemd/PaxControlGroups/
-
Tim Wickberg authored
-
Thomas Cadeau authored
-
Morris Jette authored
Check that PowerSave mode configured for node_features/knl_cray plugin. It is required to reconfigure and reboot nodes. Fatal error if not configured.
-
Danny Auble authored
-
Morris Jette authored
-
Danny Auble authored
understandable.
-
Danny Auble authored
-
Danny Auble authored
-
- Mar 01, 2016
-
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
bug 2496
-
Tim Wickberg authored
src/common/mapping.h was the one place outside of slurm/*h that used this, just remove it from there. Replace macro with #ifdef __cplusplus in slurm/*h in case anyone is linking C++ against libslurm.
-
Tim Wickberg authored
If your compiler is so bad it can't produce a useable definition of 'bool', you're going to have a lot of other problems. No functional change for anyone without CRAPPY_COMPILER defined.
-
Tim Wickberg authored
Macro hasn't been used consistently for three+ years, and is protecting against compilation by non-ANSI C compilers which has not been a concern for quite some time. Cleanup formatting of function declarations while here. No change to logic.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Distribute only the maintained doc/html and doc/man directories. Reports and notes are a historical artifact that can be found in git tags if necessary, but have no value for modern installations.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
bug 2186
-