PVM TEST ENGINE
---------------

IMPORTANT :

This software is designed according to the current version of
PVM available at the University of Tennessee. This version
should be released as the PVM version 3.3.8 very soon.
The main differences between PVM3.3.7 and the current version
concern the MPPs : CM5,Paragon and SP2.
On the CM5 and the Paragon, the bugs have been fixed.
On the SP2, PVM has been rewritten on top of MPI.

The beta version of PVM on some of these MPPs has already been released.
We advice you to contact us if you wish to get the up-to-date
version of PVM before it is released
(see the documentation of this software for addresses)
---------------
Building the Test Engine :

SUN4
  	no mods required
HPPA
        no mods required
ALPHA
        no mods required
PMAX
        no mods required
RS6K
        no mods required
SUNMP
SUN4SOL2
        CFLAGS += -I/usr/ucbinclude
        LIBS += -lnsl -lsocket -L/usr/ucblib -lucb
CM5
	use Makefile.cm5
PGON
	use Makefile.pgon
SP2
	use Makefile.sp2


