- Jan 24, 2017
-
-
Tim Wickberg authored
-
- Dec 16, 2016
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove req_node_layout, which was only used with wiki/wiki2. This leads to removal of _get_cpu_cnt() as well. Remove SchedulerPort, only used for communication to Moab/Maui. Remove slurm_get_sched_port() from API. Remove schedport from slurm_ctl_conf struct.
-
- Oct 27, 2016
-
-
Tim Wickberg authored
Unhook it from the build, and remove relevant section from slurm.spec file as well.
-
Tim Wickberg authored
-
- Oct 25, 2016
-
-
Dimitar Pashov authored
-
- Oct 19, 2016
-
-
Ole H Nielsen authored
bug 3192
-
- Sep 28, 2016
-
-
Tim Wickberg authored
Remove from build system, and delete L/P specific files. Run autogen.sh as well.
-
- Sep 16, 2016
-
-
Gennaro Oliva authored
bug 3093
-
- Aug 22, 2016
-
-
Danny Auble authored
-
- May 25, 2016
-
-
Tim Wickberg authored
To quote our documentation: "... we know of no AIX installations using Slurm after 2008." It certainly hasn't been tested there recently and has presumably been broken for several releases. Part 1: remove all build system linkages. Cleanup of HAVE_AIX ifdef blocks will follow.
-
- May 10, 2016
-
-
Tim Wickberg authored
-
- Apr 28, 2016
-
-
Tim Wickberg authored
The slurm.spec file handles these separately, do not install through automake.
-
Tim Wickberg authored
And run autogen.sh again.
-
Morris Jette authored
Correction to commit 5176f7bc
-
- Apr 27, 2016
-
-
Tim Wickberg authored
Do not use AC_CONFIG_FILES as this may not expand all variables at config time. Loosely based on recommendations from http://www.gnu.org/software/autoconf/manual/autoconf.html#Makefile-Substitutions Run autogen.sh to pick up changes as well. Bug 2247/2298.
-
- Mar 02, 2016
-
-
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/
-
- Jan 14, 2016
-
-
Janne Blomqvist authored
The initgroups()/getgrouplist() caching in slurmd is changed to not require enumeration, instead individual entries are cached when first needed. This cache is always enabled, thus the CacheGroups configuration setting has been removed. The time that each cache entry is considered valid is determined by the GroupUpdateTime configuration parameter. scontrol reconfig will purge the cache. The default value for the GroupUpdateForce configuration parameter has changed, as systems where /etc/group contains all the groups instead of some external system like NIS, LDAP are nowadays probably the exception rather than the rule. For slurmctld, the group cache still uses enumeration, but this is needed only to take care of special situations like multiple groups with the same GID. With enumeration disabled, group caching still works otherwise. validate_groups() does a little more optional work in order to handle the case where the user primary group is in the AllowGroups list, but getgrnam_r() does not return that user as a group member. bug 1629
-
- Nov 05, 2015
-
-
Josko Plazonic authored
-
- Nov 04, 2015
-
-
Brian Christiansen authored
Bug 2095
-
- Sep 21, 2015
-
-
Matthieu Hautreux authored
-
- Jul 08, 2015
-
-
Yiannis Georgiou authored
[PATCH 1/5] powercapping: add new power_cpufreq layout to use as an alternative to the power layout for power adaptive scheduling
-
- May 27, 2015
-
-
Yiannis Georgiou authored
-
- May 19, 2015
-
-
Jens Svalgaard Kohrt authored
-
- May 13, 2015
-
-
David Bigagli authored
-
David Bigagli authored
-
- May 06, 2015
-
-
Danny Auble authored
random crashing in db2 when the slurmctld is exiting. Signed-off-by:
Danny Auble <da@schedmd.com>
-
- Mar 13, 2015
-
-
Josh Samuelson authored
-
- Feb 09, 2015
-
-
Pär Lindfors authored
When CgroupMountpoint was not defined in cgroup.conf the mount point got undefined. This resulted in cgroups not being released.
-
- Nov 03, 2014
-
-
David Bigagli authored
not running.
-
- Oct 20, 2014
-
-
Morris Jette authored
Add to make files, add appropriate wildcards, add to spec file.
-
Rémi Palancher authored
These files come directly from the Debian package and need some work for proper configuration in a more general setting.
-
- Oct 01, 2014
-
-
Uwe Sauter authored
Add BINDIR to get correct scontrol path
-
- Aug 29, 2014
-
-
Rémi Palancher authored
Append subsystem name to cgroup mountpoint path extracted from configuration file cgroup.conf. Without this patch, the script does not execute properly and some garbage is let in cgroup filesystems.
-
Rémi Palancher authored
Not a bug but a cosmetic patch to avoid double definition of variable rmcg and uidcg.
-
- Apr 25, 2014
-
-
David Bigagli authored
-
- Mar 28, 2014
-
-
Morris Jette authored
In etc/cgroup.release_common.example script, find the cgroup mount point by reading cgroup.conf file. bug 480
-
Morris Jette authored
Rather than rely upon the search path to find the scontrol command. Explicitly set its path in the script bug 480
-
- Jan 23, 2014
-
-
Danny Auble authored
This reverts commit 34fd501c.
-
Stephane Vaillant authored
-