%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PVM iterative methods library % Victor Eijkhout, University of Tennessee @ Knoxville % eijkhout@cs.utk.edu %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% cg.tar.Z: compressed tar file of iterative solution methods library based on PVM. This uncompresses to a subdirectory pvm3/examples/cg with subdirectories. Type 'make' in this subdirectory to make the demo and all libraries. The main library will be pvm3/examples/cg/${PVM_ARCH}/pvmcg.a. A manual can be found in pvm3/examples/cg/man/man.ps. Make an X window interface by typing `make interface' while in pvm3/examples/cg.