pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

slurm: Clean up



Module Name:	pkgsrc-wip
Committed By:	root <root%centosdev.ceas.uwm.edu@localhost>
Pushed By:	outpaddling
Date:		Wed Mar 21 19:37:15 2018 -0500
Changeset:	066b7df7cc2b24858342a66a080c87efa9242503

Modified Files:
	slurm/DESCR
	slurm/Makefile

Log Message:
slurm: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=066b7df7cc2b24858342a66a080c87efa9242503

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 slurm/DESCR    | 15 +++++++--------
 slurm/Makefile |  1 -
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs:
diff --git a/slurm/DESCR b/slurm/DESCR
index c899136333..655b1afe27 100644
--- a/slurm/DESCR
+++ b/slurm/DESCR
@@ -1,8 +1,7 @@
-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.
+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.
diff --git a/slurm/Makefile b/slurm/Makefile
index 431b486752..6f1c2f9c4b 100644
--- a/slurm/Makefile
+++ b/slurm/Makefile
@@ -27,7 +27,6 @@ CONFIGURE_ARGS+=	--htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
 CONFIGURE_ARGS+=	--with-munge=${BUILDLINK_PREFIX.munge}
 CONFIGURE_ARGS+=	--with-hwloc=${PREFIX}
 CONFIGURE_ARGS+=	--with-json=${PREFIX}
-# CONFIGURE_ARGS+=	--with-rrdtool=${PREFIX}
 CONFIGURE_ARGS+=	--with-libssh2=${PREFIX}
 
 LDFLAGS+=		-llz4


Home | Main Index | Thread Index | Old Index