diff options
author | asau <asau> | 2012-03-20 14:52:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-03-20 14:52:15 +0000 |
commit | 2160e38469126cf2bc4581f6e612adb1b3aeba46 (patch) | |
tree | 8db1f16c83894efb0cae8f8afbdb21ae50a8f2d8 /parallel/slurm/patches | |
parent | a1ae21b91afcfb9a2396ccf099279d74ba4af617 (diff) | |
download | pkgsrc-2160e38469126cf2bc4581f6e612adb1b3aeba46.tar.gz |
Import SLURM 2.4.0pre4 as parallel/slurm
SLURM is an open-source resource manager designed for Linux
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,
executing, and monitoring work (typically a parallel job) on a
set of allocated nodes. Finally, it arbitrates contention for
resources by managing a queue of pending work.
Diffstat (limited to 'parallel/slurm/patches')
8 files changed, 93 insertions, 0 deletions
diff --git a/parallel/slurm/patches/patch-doc_html_Makefile.am b/parallel/slurm/patches/patch-doc_html_Makefile.am new file mode 100644 index 00000000000..bd7b06853dc --- /dev/null +++ b/parallel/slurm/patches/patch-doc_html_Makefile.am @@ -0,0 +1,11 @@ +$NetBSD: patch-doc_html_Makefile.am,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ + +--- doc/html/Makefile.am.orig 2012-03-16 22:14:30.000000000 +0000 ++++ doc/html/Makefile.am +@@ -1,6 +1,3 @@ +- +-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html +- + generated_html = \ + accounting.html \ + accounting_storageplugins.html \ diff --git a/parallel/slurm/patches/patch-doc_html_Makefile.in b/parallel/slurm/patches/patch-doc_html_Makefile.in new file mode 100644 index 00000000000..e844bff255f --- /dev/null +++ b/parallel/slurm/patches/patch-doc_html_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-doc_html_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ + +--- doc/html/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000 ++++ doc/html/Makefile.in +@@ -282,7 +282,7 @@ host_alias = @host_alias@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ +-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ diff --git a/parallel/slurm/patches/patch-doc_man_man1_Makefile.am b/parallel/slurm/patches/patch-doc_man_man1_Makefile.am new file mode 100644 index 00000000000..edd368c0351 --- /dev/null +++ b/parallel/slurm/patches/patch-doc_man_man1_Makefile.am @@ -0,0 +1,10 @@ +$NetBSD: patch-doc_man_man1_Makefile.am,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ + +--- doc/man/man1/Makefile.am.orig 2012-03-16 22:14:30.000000000 +0000 ++++ doc/man/man1/Makefile.am +@@ -1,5 +1,3 @@ +-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html +- + man1_MANS = \ + sacct.1 \ + sacctmgr.1 \ diff --git a/parallel/slurm/patches/patch-doc_man_man1_Makefile.in b/parallel/slurm/patches/patch-doc_man_man1_Makefile.in new file mode 100644 index 00000000000..7d03ad960b2 --- /dev/null +++ b/parallel/slurm/patches/patch-doc_man_man1_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-doc_man_man1_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ + +--- doc/man/man1/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000 ++++ doc/man/man1/Makefile.in +@@ -284,7 +284,7 @@ host_alias = @host_alias@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ +-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ diff --git a/parallel/slurm/patches/patch-doc_man_man5_Makefile.am b/parallel/slurm/patches/patch-doc_man_man5_Makefile.am new file mode 100644 index 00000000000..b6a4256accd --- /dev/null +++ b/parallel/slurm/patches/patch-doc_man_man5_Makefile.am @@ -0,0 +1,10 @@ +$NetBSD: patch-doc_man_man5_Makefile.am,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ + +--- doc/man/man5/Makefile.am.orig 2012-03-16 22:14:30.000000000 +0000 ++++ doc/man/man5/Makefile.am +@@ -1,5 +1,3 @@ +-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html +- + man5_MANS = bluegene.conf.5 \ + cgroup.conf.5 \ + cray.conf.5 \ diff --git a/parallel/slurm/patches/patch-doc_man_man5_Makefile.in b/parallel/slurm/patches/patch-doc_man_man5_Makefile.in new file mode 100644 index 00000000000..fc40b1b9956 --- /dev/null +++ b/parallel/slurm/patches/patch-doc_man_man5_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-doc_man_man5_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ + +--- doc/man/man5/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000 ++++ doc/man/man5/Makefile.in +@@ -284,7 +284,7 @@ host_alias = @host_alias@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ +-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ diff --git a/parallel/slurm/patches/patch-doc_man_man8_Makefile.am b/parallel/slurm/patches/patch-doc_man_man8_Makefile.am new file mode 100644 index 00000000000..dab3450da31 --- /dev/null +++ b/parallel/slurm/patches/patch-doc_man_man8_Makefile.am @@ -0,0 +1,10 @@ +$NetBSD: patch-doc_man_man8_Makefile.am,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ + +--- doc/man/man8/Makefile.am.orig 2012-03-16 22:14:30.000000000 +0000 ++++ doc/man/man8/Makefile.am +@@ -1,5 +1,3 @@ +-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html +- + man8_MANS = slurmctld.8 \ + slurmd.8 \ + slurmdbd.8 \ diff --git a/parallel/slurm/patches/patch-doc_man_man8_Makefile.in b/parallel/slurm/patches/patch-doc_man_man8_Makefile.in new file mode 100644 index 00000000000..b21bf6a438b --- /dev/null +++ b/parallel/slurm/patches/patch-doc_man_man8_Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-doc_man_man8_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ + +--- doc/man/man8/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000 ++++ doc/man/man8/Makefile.in +@@ -284,7 +284,7 @@ host_alias = @host_alias@ + host_cpu = @host_cpu@ + host_os = @host_os@ + host_vendor = @host_vendor@ +-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html ++htmldir = @htmldir@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ |