Building the Release



next up previous contents index
Next: Errors During Build Up: Getting PVM Installed Previous: On-Line Manual Pages

Building the Release

The following commands download, unpack, build and install a release:

(start in directory just above PVM root, for example $HOME or /usr/local)
%ftp netlib2.cs.utk.edu
Name: anonymous
Password: your id, user@host.domain
ftp> cd pvm3
ftp> bin
ftp> get pvm3.3.tar.z.uu (or the most recent version)
ftp> quit
% uudecode pvm3.3.tar.z.uu
% zcat pvm3.3.tar.Z | tar xf -
% cd pvm3
% setenv PVM_BOOK $cwd
% make