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.1;
locks; strict;
comment	@# @;


1.2
date	2007.09.20.20.39.30;	author bhatele;	state Exp;
branches;
next	1.1;
commitid	11a446f2da7f4567;

1.1
date	2005.07.14.16.05.05;	author wilmarth;	state Exp;
branches;
next	;


desc
@@


1.2
log
@"all" target added
@
text
@OPTS+= #-g -Wall #-O -DCMK_OPTIMIZE=1 -DCMK_MEMCHECKS_OFF=1

CHARMDIR=$(HOME)/charm
CFLAGS=-I../
CHARMC=$(CHARMDIR)/bin/charmc $(CFLAGS) $(OPTS)

OBJS=pgm.o

all: $(DEST) pgm 

pgm: $(DEST) $(OBJS)
	$(CHARMC) -L. -o pgm $(OBJS) -language fem -memory paranoid

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

clean:	
	rm -f *.*de*.h *.o pgm 
@


1.1
log
@Adding a test program outline for testing adjacencies and mesh modification operations.  Dima will write up the testing section.
Task: FEM
@
text
@a3 2
#CHARMDIR=$(HOME)/installations/charm
#CHARMDIR=$(HOME)/work/charm
a8 1

a13 1

@

