Compile Your Application Components
Always need libpvm3.a library.
% cc -o myprog myprog.c -I$PVM_ROOT/include -L$PVM_ROOT/lib/$PVM_ARCH -lpvm3
For Dynamic Groups, also need libgpvm3.a added before libpvm3.a
Make sure that executable components are located in ~/pvm3/bin/ARCH on each machine as required.