From 4b59ba05e44d68c5934dc6abf467e158f295e563 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Wed, 19 Dec 2001 19:13:53 +0000 Subject: Define the -DSHAREDTMP option, since this allows one to simulate clusters of pvm machines with jail(8). Basically, do this: ifconfig lo0 10.0.0.1 netmask 255.255.255.255 alias ifconfig lo0 10.0.0.2 netmask 255.255.255.255 alias ifconfig lo0 10.0.0.3 netmask 255.255.255.255 alias ... echo "10.0.0.1 ten-1" >> /etc/hosts echo "10.0.0.2 ten-2" >> /etc/hosts echo "10.0.0.3 ten-3" >> /etc/hosts ... jail / ten-1 10.0.0.1 /usr/libexec/inetd jail / ten-1 10.0.0.2 /usr/libexec/inetd jail / ten-1 10.0.0.3 /usr/libexec/inetd Tada! now you have three PVM enabled computers on your laptop :-) Submitted by: phk --- net/pvm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/pvm/Makefile') diff --git a/net/pvm/Makefile b/net/pvm/Makefile index fb81e886df70..63265f1f4cc0 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -7,6 +7,7 @@ PORTNAME= pvm PORTVERSION= 3.4.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.netlib.org/pvm3/ \ ftp://ftp.chg.ru/pub/prog/parallel/pvm/pvm3/ -- cgit v1.2.3