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


1.2
date	2008.08.04.19.47.12;	author eshook;	state Exp;
branches;
next	1.1;
commitid	huFIvRIpnvESuvdt;

1.1
date	2006.09.13.06.42.26;	author gzheng;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Adding functionality to enable the IBUD machine layer.  Fixed several tests to include $(TESTOPTS) argument for 'make test'.
@
text
@CHARMC=../../../../bin/charmc $(OPTS)
FNAME=Jacobi2D

all: pgm

pgm:  $(FNAME).o
	$(CHARMC) $(FNAME).o -o pgm -language charm++ -module EveryLB

$(FNAME).o : $(FNAME).C $(FNAME).h $(FNAME).ci
	$(CHARMC) -c $(FNAME).ci $(FNAME).C

clean:
	rm -f *.o conv-host pgm charmrun *.def.h *.decl.h

test:  pgm
	./charmrun +p4 ./pgm +balancer RandCentLB +LBDebug 1 $(TESTOPTS)

bgtest:  pgm
	./charmrun +p4 ./pgm +balancer RandCentLB +LBDebug 1 +x2 +y4 +z1 +cth1 +wth1
@


1.1
log
@jacobi program with load balancing
@
text
@d16 1
a16 1
	./charmrun +p4 ./pgm +balancer RandCentLB +LBDebug 1
@

