ports/sysutils/torque/files/patch-fifo-Makefile.in
Alejandro Pulver 6035691569 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 02:32:32 +00:00

11 lines
467 B
Text

--- src.orig/scheduler.cc/samples/fifo/Makefile.in Wed Jul 19 22:47:42 2006
+++ src/scheduler.cc/samples/fifo/Makefile.in Wed Jul 19 22:59:44 2006
@@ -132,7 +132,7 @@
XPBSMON_DIR = $(libdir)/xpbsmon
# Support files used by the scheduler
-schedprivdir = $(PBS_SERVER_HOME)/sched_priv
+schedprivdir = ${prefix}/share/examples/torque/var/spool/torque/sched_priv
schedpriv_DATA = sched_config resource_group holidays dedicated_time
EXTRA_DIST = $(schedpriv_DATA)