Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: slurm-llnl 16.05.9-1
Git Clone URL: | https://aur-dev.archlinux.org/slurm-llnl.git (read-only) |
---|---|
Package Base: | slurm-llnl |
Description: | Simple Linux Utility for Resource Management |
Upstream URL: | https://www.schedmd.com |
Keywords: | manager resource system |
Licenses: | |
Submitter: | tegenf |
Maintainer: | edh |
Last Packager: | edh |
Votes: | 10 |
Popularity: | 0.000007 |
First Submitted: | 2011-01-28 14:47 |
Last Updated: | 2017-02-01 18:38 |
Dependencies (17)
- munge (munge-git)
- python (make)
- gtk2 (gtk2-aqd, gtk2-patched-gdkwin-nullcheck, gtk2-patched-filechooser-icon-view, gtk2-ubuntu) (optional) – enables the sview command, a simple graphical frontend
- hdf5 (hdf5-fortran-mpich, hdf5-fortran-openmpi, hdf5-cpp-fortran, hdf5-openmpi) (optional) – support for acct_gather_profile/hdf5 job profiling
- hwloc (optional) – enables the task/cgroup plugin
- libibmad (optional) – support for the acct_gather_infiniband/ofed InfiniBand accounting plugin
- libibumad (optional) – support for the acct_gather_infiniband/ofed InfiniBand accounting plugin
- libmariadbclient (libmysqlclient, libmysqlclient55, libmysqlclient56) (optional) – support for accounting
- lua (optional) – the lua API will be available in various plugins
- man2html (optional) – HTML versions of the man pages will be generated
- ncurses (optional) – adds the smap command
- numactl (optional) – NUMA support in the task/affinity plugin
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl102, openssl-chacha20, libressl, openssl-purify) (optional) – support for the crypto/openssl CryptoType plugin
- pam (pam-selinux) (optional) – PAM support
- postgresql-libs (postgresql-testing, postgresql-git, postgresql-9.4, postgresql-beta-libs, postgresql-src-libs, postgresql-lts-libs, postgresql-9.3, postgresql-9.5) (optional) – support for PostgreSQL
- readline (athame-git) (optional) – Readline support in scontrol and sacctmgr's interactive modes
- rrdtool (optional) – support for the ext_sensors/rrd plugin
Latest Comments
1 2 3 4 5 6 ... Next › Last »
edh commented on 2016-10-29 16:40
@richli
Thanks for bringing this to my attention. I addressed the pidfile inconsistency in a recent commit and simply moved them to /run instead of a creating a subfolder. Plus I removed /var/log/slurm/ from the systemd-tmpfile since it is not being used (/var/log/slurm-llnl is and is contained within the package).
richli commented on 2016-10-28 19:52
FYI, the PID file setting in slurmctld.service (/run/slurm-llnl/slurmctld.pid) conflicts with the defaults in slurm.conf.example (/var/run/slurmctld.pid). Same with slurmd.service.
Also, shouldn't the /run/slurm-llnl directory be created by slurm-tmpfiles.conf?
edh commented on 2016-04-13 15:18
@idedios
Unfortunately I can't reproduce your error. Assuming that versions prior to 15.08.10 build fine, try to revert any changes made by this commit [1]. If this doesn't help either I would suggest contacting the developers. However in case altering the PKGBUILD helped, please be sure to let me now of the changes which were required.
[1] https://aur.archlinux.org/cgit/aur.git/commit/?h=slurm-llnl&id=20854b5963fe5337df9a3072f8838989efa2e786
idedios commented on 2016-04-13 01:30
I'm getting the following error building the latest version on Arch with no GUI:
configure.ac:280: error: possibly undefined macro: AM_PATH_GTK_2_0
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
edh commented on 2016-01-21 19:18
@richli Thanks! Good catch.
richli commented on 2016-01-21 19:09
Could you add to the PKGBUILD:
backup=('etc/default/slurm-llnl')
Otherwise any changes made to that file get wiped when upgrading. Thanks!
edh commented on 2015-03-20 17:05
slurm-llnl version 14.11.5 is out!
Furthermore I did some tweaking to the service files and fixed one inconsistency.
By the way: Just recently I wrote a short wiki entry. The basic installation precess is described and the fundamental handling of the service files. Feel free to add whatever seems appropiate.
edh commented on 2015-03-20 17:00
slurm-llnl version 14.11.5 is out!
Furthermore I did some tweaking to the service files and fixed one inconsistency.
edh commented on 2015-03-08 19:07
The default User ID and Group ID for slurm is now 64030. Prior to this version the UID and GID were the smallest number available, hence this change adds persistence.
On systems where slurm is already configured, nothing is changed!
edh commented on 2015-03-08 18:28
Redesigned PKGBUILD, with new sysconfdir residing under /etc/slurm-llnl instead of /etc/slurm. In addation a much cleaner handling of service files was implemented. Furthermore the dependency array got an incremental cleanup and some unnecessary patches were removed.