summaryrefslogtreecommitdiff
path: root/parallel/pvm3/MESSAGE
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
commitd038a73ebd432fae3ce355b84443038f88cb7199 (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /parallel/pvm3/MESSAGE
parent70bae73d77e50256a2ee847bd9be11b761bcea01 (diff)
downloadpkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'parallel/pvm3/MESSAGE')
-rw-r--r--parallel/pvm3/MESSAGE14
1 files changed, 14 insertions, 0 deletions
diff --git a/parallel/pvm3/MESSAGE b/parallel/pvm3/MESSAGE
new file mode 100644
index 00000000000..af2ee2ec511
--- /dev/null
+++ b/parallel/pvm3/MESSAGE
@@ -0,0 +1,14 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.1 2001/10/31 22:58:23 zuntum Exp $
+
+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.
+
+You can specify each host's run path in your pvmhosts file like so:
+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.
+
+======================================================================