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


1.3
date	2007.11.12.21.29.04;	author abecker;	state Exp;
branches;
next	1.2;
commitid	6f324738c5924567;

1.2
date	2007.10.25.03.42.30;	author abecker;	state Exp;
branches;
next	1.1;
commitid	5383472010a24567;

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


desc
@@


1.3
log
@fixed bad makefile checkin
@
text
@CHARMC=../../../bin/charmc $(OPTS) 

all: pgm

pgm: pgm.o cst_nl.o
	$(CHARMC) -o pgm pgm.o cst_nl.o -language ParFUM -module netfem 

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

cst_nl.o: cst_nl.C
	$(CHARMC) -c cst_nl.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
@


1.2
log
@*** empty log message ***
@
text
@d1 1
a1 2
OPTS += -I..  
CHARMC = charmc 
d3 1
a3 4
SRCS = simple2D.C \
       cst_nl.C \
       main.C \
       ../ampi_split.C
d5 2
a6 1
OBJS = $(SRCS:.C=.o)
d8 2
a9 1
all: simple2D
d11 2
a12 3
simple2D: $(OBJS)
	$(CHARMC) -o simple2D $(OBJS) \
	    -language ampi -module ParFUM -module netfem -module MetisLB
a13 2
%.o: %.C
	$(CHARMC) $(OPTS) -c $< -o $@@
d15 2
d18 2
a19 2
test: simple2D
	./charmrun ./simple2D +vp4 +p2
a20 4
bgtest: simple2D
	./charmrun ./simple2D +vp4 +p2 +x2 +y2 +z1

.PHONY: clean
d22 1
a22 1
	rm -f simple2D fsimple2D *.o conv-host charmrun ../ampi_split.o
@


1.1
log
@A new directory for ParFUM example programs, with its own simple2D example which is identical to the one from examples/fem/simple2D
@
text
@d1 2
a2 1
CHARMC=../../../bin/charmc $(OPTS) 
d4 4
a7 1
all: pgm
d9 1
a9 2
pgm: pgm.o cst_nl.o
	$(CHARMC) -o pgm pgm.o cst_nl.o -language ParFUM -module netfem 
d11 1
a11 2
pgm.o: pgm.C
	$(CHARMC) -c pgm.C
d13 3
a15 2
cst_nl.o: cst_nl.C
	$(CHARMC) -c cst_nl.C
d17 2
a19 2
test: pgm
	./charmrun ./pgm +vp4 +p2
d21 2
a22 2
bgtest: pgm
	./charmrun ./pgm +vp4 +p2 +x2 +y2 +z1
d24 4
d29 1
a29 1
	rm -f pgm fpgm *.o conv-host charmrun
@

