2013-04-16 20:23:45 +02:00
|
|
|
# Created by: trasz
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= torque
|
2014-07-21 23:19:01 +02:00
|
|
|
PORTVERSION= 2.5.13
|
2015-05-11 02:43:07 +02:00
|
|
|
PORTREVISION= 2
|
2013-04-16 20:23:45 +02:00
|
|
|
PORTEPOCH= 1
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
CATEGORIES= sysutils parallel
|
2014-07-21 23:19:01 +02:00
|
|
|
MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=1643/
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
|
2014-07-06 17:52:25 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-07-12 21:49:24 +02:00
|
|
|
COMMENT= Open source distributed computing resource manager based on PBS
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
|
2014-07-22 11:09:19 +02:00
|
|
|
FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
|
2014-07-21 23:19:01 +02:00
|
|
|
USES= gmake perl5 libtool
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-04-16 20:23:45 +02:00
|
|
|
CONFIGURE_ARGS= --enable-syslog \
|
|
|
|
--disable-spool
|
2014-07-21 23:19:01 +02:00
|
|
|
MAKE_ENV= DESTDIR=${STAGEDIR}/${PREFIX}
|
2012-08-06 01:19:36 +02:00
|
|
|
USE_RC_SUBR= pbs_server pbs_sched pbs_mom
|
2013-04-16 20:23:45 +02:00
|
|
|
SUB_FILES= pkg-message torque-config
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
USE_LDCONFIG= yes
|
2015-05-11 02:43:07 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
|
2013-04-16 20:23:45 +02:00
|
|
|
CONFLICTS_INSTALL= qstat-[0-9]* zh-qterm-[0-9]*
|
|
|
|
|
2014-02-21 14:39:38 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2014-07-21 23:19:01 +02:00
|
|
|
pre-configure:
|
2015-05-11 02:43:07 +02:00
|
|
|
@${REINPLACE_CMD} -E 's|ps[ \t]+-ef|ps -ax|g' ${WRKSRC}/torque.setup
|
|
|
|
@${REINPLACE_CMD} -E 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
|
2013-04-16 20:23:45 +02:00
|
|
|
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
post-install:
|
2014-07-21 23:19:01 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/torque-config ${STAGEDIR}${PREFIX}/bin
|
2015-09-20 21:23:36 +02:00
|
|
|
|
|
|
|
post-install-EXAMPLES-on:
|
2014-07-21 23:19:01 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/torque.setup ${STAGEDIR}${EXAMPLESDIR}
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
|
2008-07-22 23:10:10 +02:00
|
|
|
.include <bsd.port.mk>
|