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.06.08.01.01.14;	author nilesh;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Example program to test the new shadow array class and the new idxl interface
functions, could be extended to test the adaptivity functions we write later
@
text
@CHARMC=../../../bin/charmc $(OPTS) 

all: pgm

pgm: pgm.o	
	$(CHARMC) -o glbEx pgm.o -language ParFUM -module netfem -module EveryLB #-memory paranoid

pgm.o: pgm.C
	$(CHARMC) -I../../../src/libs/ck-libs/ParFUM -c pgm.C #-DLOAD_BALANCE

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

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

clean:
	rm -rf pgm glbEx fpgm *.o *sts *log *projrc *sum charmrun NetFEM Paraview* ParaView* *~
@
