mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
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
11 lines
467 B
Text
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)
|