################################################################
#
# Makefile for PVM Iterative Methods Code
#
# Victor Eijkhout (eijkhout@cs.utk.edu) 1993
#
# location: ${HOME}/pvm3/examples/cg
# This will make the pvm cg code, and various other things.
#
################################################################

default :
	@echo "Have you checked the macro for RANLIB in [pvm_arch]/Makefile?"
	cd `${PVM_ROOT}/lib/pvmgetarch` ; make
