diff options
author | feld <feld@FreeBSD.org> | 2016-03-18 00:39:05 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-18 00:39:05 +0800 |
commit | a422e3f5acd09b2ab7940ab559fcc5fba51543ae (patch) | |
tree | 67469709fae57a0a0b566d56f5bdbdfd27cd6c6c /sysutils | |
parent | e5ed4355946b2c30f9705c9c71ff44d93c942eea (diff) | |
download | freebsd-ports-gnome-a422e3f5acd09b2ab7940ab559fcc5fba51543ae.tar.gz freebsd-ports-gnome-a422e3f5acd09b2ab7940ab559fcc5fba51543ae.tar.zst freebsd-ports-gnome-a422e3f5acd09b2ab7940ab559fcc5fba51543ae.zip |
sysutils/slurm-wlm: Update to 15.08.8
Changelog: https://github.com/SchedMD/slurm/blob/921064fefd9cb3ea3e997e0f79a3c016c8d30c7c/RELEASE_NOTES
PR: 207967
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/slurm-wlm/Makefile | 2 | ||||
-rw-r--r-- | sysutils/slurm-wlm/distinfo | 4 | ||||
-rw-r--r-- | sysutils/slurm-wlm/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c | 11 | ||||
-rw-r--r-- | sysutils/slurm-wlm/files/slurm.conf.example | 13 | ||||
-rw-r--r-- | sysutils/slurm-wlm/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/slurm-wlm/pkg-plist | 35 |
6 files changed, 43 insertions, 24 deletions
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 2fe127843af1..660ca440c51a 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slurm -PORTVERSION= 14.11.9 +PORTVERSION= 15.08.8 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ diff --git a/sysutils/slurm-wlm/distinfo b/sysutils/slurm-wlm/distinfo index 6a145fdb61a6..f80d43bdfbe6 100644 --- a/sysutils/slurm-wlm/distinfo +++ b/sysutils/slurm-wlm/distinfo @@ -1,2 +1,2 @@ -SHA256 (slurm-14.11.9.tar.bz2) = a39c74964b5ce3c20f79fd858561d724b09cbcf1b3406cf5c2aba9d087307dd2 -SIZE (slurm-14.11.9.tar.bz2) = 6364170 +SHA256 (slurm-15.08.8.tar.bz2) = 9381db4eb452ce1bb660f46dfcbe61975aaf31dde05847afd8fb05c089d1449f +SIZE (slurm-15.08.8.tar.bz2) = 6775616 diff --git a/sysutils/slurm-wlm/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c b/sysutils/slurm-wlm/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c deleted file mode 100644 index 2e26042037f0..000000000000 --- a/sysutils/slurm-wlm/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c.orig 2015-04-23 22:50:47 UTC -+++ src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c -@@ -57,6 +57,8 @@ - - #include "src/slurmd/slurmd/slurmd.h" - -+#include <limits.h> -+ - - /***************************************************************/ - diff --git a/sysutils/slurm-wlm/files/slurm.conf.example b/sysutils/slurm-wlm/files/slurm.conf.example index fe11d93b54ef..b559490f2a46 100644 --- a/sysutils/slurm-wlm/files/slurm.conf.example +++ b/sysutils/slurm-wlm/files/slurm.conf.example @@ -6,6 +6,15 @@ # See the slurm.conf man page for more information. # +# NOTE: The parent directories for Slurm's log files, process ID +# files, state save directories, etc. are not created by Slurm. They +# must be created and made writable by the slurm user as needed prior to +# starting Slurm daemons. +# +# If you keep the configuration directives below, you should create +# the directories /var/log/slurm/, /var/run/slurm/, and +# /var/spool/slurmd and make them owned and writable by the slurm user. + AuthType=auth/munge #BackupAddr= #BackupController= @@ -75,9 +84,9 @@ SelectType=select/linear #JobCompLoc= JobCompType=jobcomp/none SlurmctldDebug=3 -SlurmctldLogFile=/var/log/slurmctld.log +SlurmctldLogFile=/var/log/slurm/slurmctld.log SlurmdDebug=3 -SlurmdLogFile=/var/log/slurmd.log +SlurmdLogFile=/var/log/slurm/slurmd.log # ACCOUNTING #AccountingStorageHost= diff --git a/sysutils/slurm-wlm/pkg-descr b/sysutils/slurm-wlm/pkg-descr index 76f190acd29f..b5d1b5db6174 100644 --- a/sysutils/slurm-wlm/pkg-descr +++ b/sysutils/slurm-wlm/pkg-descr @@ -1,4 +1,4 @@ -Slurm is an open-source workload manager designed for *nux clusters of all +Slurm is an open-source workload manager designed for *nix clusters of all sizes. It provides three key functions. First it allocates exclusive and/or non-exclusive access to resources (computer nodes) to users for some duration of time so they can perform work. Second, it provides a framework for starting, diff --git a/sysutils/slurm-wlm/pkg-plist b/sysutils/slurm-wlm/pkg-plist index a790a6fb9331..6f6144780cbd 100644 --- a/sysutils/slurm-wlm/pkg-plist +++ b/sysutils/slurm-wlm/pkg-plist @@ -31,12 +31,12 @@ lib/libpmi.so.0 lib/libpmi.so.0.0.0 lib/libslurm.a lib/libslurm.so -lib/libslurm.so.28 -lib/libslurm.so.28.0.0 +lib/libslurm.so.29 +lib/libslurm.so.29.0.0 lib/libslurmdb.a lib/libslurmdb.so -lib/libslurmdb.so.28 -lib/libslurmdb.so.28.0.0 +lib/libslurmdb.so.29 +lib/libslurmdb.so.29.0.0 lib/slurm/accounting_storage_filetxt.a lib/slurm/accounting_storage_filetxt.so %%MYSQL%%lib/slurm/accounting_storage_mysql.a @@ -45,6 +45,10 @@ lib/slurm/accounting_storage_none.a lib/slurm/accounting_storage_none.so lib/slurm/accounting_storage_slurmdbd.a lib/slurm/accounting_storage_slurmdbd.so +lib/slurm/acct_gather_energy_cray.a +lib/slurm/acct_gather_energy_cray.so +lib/slurm/acct_gather_energy_ibmaem.a +lib/slurm/acct_gather_energy_ibmaem.so lib/slurm/acct_gather_energy_none.a lib/slurm/acct_gather_energy_none.so lib/slurm/acct_gather_energy_rapl.a @@ -63,6 +67,8 @@ lib/slurm/auth_munge.a lib/slurm/auth_munge.so lib/slurm/auth_none.a lib/slurm/auth_none.so +lib/slurm/burst_buffer_generic.a +lib/slurm/burst_buffer_generic.so lib/slurm/checkpoint_none.a lib/slurm/checkpoint_none.so lib/slurm/checkpoint_ompi.a @@ -125,6 +131,12 @@ lib/slurm/jobcomp_script.a lib/slurm/jobcomp_script.so lib/slurm/launch_slurm.a lib/slurm/launch_slurm.so +lib/slurm/layouts_power_cpufreq.a +lib/slurm/layouts_power_cpufreq.so +lib/slurm/layouts_power_default.a +lib/slurm/layouts_power_default.so +lib/slurm/layouts_unit_default.a +lib/slurm/layouts_unit_default.so lib/slurm/mpi_lam.a lib/slurm/mpi_lam.so lib/slurm/mpi_mpich1_p4.a @@ -143,6 +155,8 @@ lib/slurm/mpi_openmpi.a lib/slurm/mpi_openmpi.so lib/slurm/mpi_pmi2.a lib/slurm/mpi_pmi2.so +lib/slurm/power_none.a +lib/slurm/power_none.so lib/slurm/preempt_job_prio.a lib/slurm/preempt_job_prio.so lib/slurm/preempt_none.a @@ -205,6 +219,8 @@ lib/slurm/task_none.a lib/slurm/task_none.so lib/slurm/topology_3d_torus.a lib/slurm/topology_3d_torus.so +lib/slurm/topology_hypercube.a +lib/slurm/topology_hypercube.so lib/slurm/topology_node_rank.a lib/slurm/topology_node_rank.so lib/slurm/topology_none.a @@ -298,6 +314,7 @@ man/man3/slurm_job_step_launch_t_init.3.gz man/man3/slurm_job_step_layout_free.3.gz man/man3/slurm_job_step_layout_get.3.gz man/man3/slurm_job_will_run.3.gz +man/man3/slurm_job_will_run2.3.gz man/man3/slurm_jobinfo_ctx_get.3.gz man/man3/slurm_kill_job.3.gz man/man3/slurm_kill_job_step.3.gz @@ -374,6 +391,7 @@ man/man3/slurm_update_reservation.3.gz man/man3/slurm_update_step.3.gz man/man5/acct_gather.conf.5.gz man/man5/bluegene.conf.5.gz +man/man5/burst_buffer.conf.5.gz man/man5/cgroup.conf.5.gz man/man5/cray.conf.5.gz man/man5/ext_sensors.conf.5.gz @@ -403,9 +421,11 @@ sbin/slurmstepd %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/api.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/arch.gif %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/authplugins.html +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bb_plugins.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/big_sys.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bluegene.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/bull.jpg +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/burst_buffer.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/cgroups.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/checkpoint_blcr.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/checkpoint_plugins.html @@ -425,7 +445,6 @@ sbin/slurmstepd %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/dist_plane.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/documentation.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/download.html -%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/dynalloc.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/elastic_computing.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/entities.gif %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/example_usage.gif @@ -455,7 +474,6 @@ sbin/slurmstepd %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/launch_plugins.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/licenses.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/linuxstyles.css -%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/lll.gif %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/mail.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/man_index.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/maui.html @@ -477,11 +495,12 @@ sbin/slurmstepd %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/plane_ex7.gif %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/platforms.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/plugins.html +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/power_mgmt.html +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/power_plugins.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/power_save.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/preempt.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/preemption_plugins.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/priority_multifactor.html -%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/priority_multifactor2.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/priority_multifactor3.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/priority_plugins.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/proctrack_plugins.html @@ -518,8 +537,10 @@ sbin/slurmstepd %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/topo_ex2.gif %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/topology.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/topology_plugin.html +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/tres.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/troubleshoot.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/tutorial_intro_files.tar %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/tutorials.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/usage_pies.gif +%%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/user_permissions.html %%DOCS%%%%PORTDOCS%%%%DOCSDIR%%-%%PORTVERSION%%/html/wckey.html |