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


1.2
date	2006.04.13.19.44.49;	author abecker;	state Exp;
branches;
next	1.1;

1.1
date	2006.02.08.21.44.56;	author nilesh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Updated for new adjacency format, and fixed the makefile
@
text
@CHARMC=../../../bin/charmc $(OPTS) 

all: pgm

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

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

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

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

clean:
	rm -rf pgm 2dex fpgm *.o conv-host charmrun NetFEM Paraview* ParaView* *~ pvClient.out README
@


1.1
log
@*** empty log message ***
@
text
@d12 1
a12 1
	./charmrun ./pgm +vp4 +p2
d15 1
a15 1
	./charmrun ./pgm +vp4 +p2 +x2 +y2 +z1
@

