4bf9f78eea
Clusterit is a collection of clustering tools loosely based on IBM's PSSP clustering tools. Unlike PSSP or GLUnix, Clusterit allows fast parallel execution of remote commands as it is written in architecture-independent C. Administrators can choose from a variety of authentication methods, including SSH and Kerberos. With Clusterit, administrators can run parallelized and load balanced software builds (using jsd/jsh) or manage a heterogeneous cluster of machines (using dsh/dvt/rvt). submitted by Will Maier <willmaier at ml1.net> input and ok naddy@
13 lines
467 B
Plaintext
13 lines
467 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2006/06/13 19:39:07 steven Exp $
|
|
--- Makefile.in.orig Tue Jun 13 19:58:06 2006
|
|
+++ Makefile.in Tue Jun 13 19:58:36 2006
|
|
@@ -149,7 +149,7 @@ sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
|
|
#SUBDIRS = dsh html pcp rvt barrier common dvt jsd regress tools catman
|
|
-SUBDIRS = barrier dsh dvt jsd pcp rvt tools
|
|
+SUBDIRS = barrier dsh jsd pcp tools ${EXTRA_SUBDIRS}
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|