head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1
	charm6_0:1.1
	ChaNGa_1-0:1.1;
locks; strict;
comment	@# @;


1.1
date	2006.03.15.19.42.32;	author idooley2;	state Exp;
branches;
next	;


desc
@@


1.1
log
@A new refinement test. It will take a mesh and refine it until a specified number of elements exist.
@
text
@CHARMC=../../../bin/charmc $(OPTS) -g

all: pgm

pgm: pgm.o
	$(CHARMC) -o pgm pgm.o  -language ParFUM

pgm.o: pgm.C
	$(CHARMC) -c pgm.C


test: pgm
	./charmrun ./pgm +vp4 +p2

bgtest: pgm
	./charmrun ./pgm +vp4 +p2 +x2 +y2 +z1

clean:
	rm -f pgm fpgm *.o conv-host charmrun
@
