summaryrefslogtreecommitdiff
path: root/parallel/pvm3/pkg/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/pvm3/pkg/MESSAGE')
-rw-r--r--parallel/pvm3/pkg/MESSAGE11
1 files changed, 7 insertions, 4 deletions
diff --git a/parallel/pvm3/pkg/MESSAGE b/parallel/pvm3/pkg/MESSAGE
index 1bd5c533656..a92e75ac5bf 100644
--- a/parallel/pvm3/pkg/MESSAGE
+++ b/parallel/pvm3/pkg/MESSAGE
@@ -1,11 +1,14 @@
-$NetBSD: MESSAGE,v 1.4 2000/09/03 13:02:21 wiz Exp $
+======================================================================
+$NetBSD: MESSAGE,v 1.5 2001/01/29 11:34:39 wiz Exp $
-You must set the environment variable PVM_ROOT to @PREFIX@/pvm3 in your
+You must set the environment variable PVM_ROOT to ${PREFIX}/pvm3 in your
startup files (.cshrc, .profile) on all machines in the cluster. In
addition, you may want to add the lines contained in
-@PREFIX@/pvm3/lib/cshrc.stub to the system .cshrc.
+${PREFIX}/pvm3/lib/cshrc.stub to the system .cshrc.
You can specify each host's run path in your pvmhosts file like so:
-hostname ep=@PREFIX@/bin
+hostname ep=${PREFIX}/bin
This allows you to point different architecture types to various sets of
shared or local binaries. See pvmd(1) for more information.
+
+======================================================================