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


1.4
date	2008.08.04.19.47.12;	author eshook;	state Exp;
branches;
next	1.3;
commitid	huFIvRIpnvESuvdt;

1.3
date	2007.09.20.18.52.20;	author bhatele;	state Exp;
branches;
next	1.2;
commitid	533246f2c1604567;

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

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


desc
@@


1.4
log
@Adding functionality to enable the IBUD machine layer.  Fixed several tests to include $(TESTOPTS) argument for 'make test'.
@
text
@DIRS= lb_test jacobi2D

all:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) all OPTS='$(OPTS)' || exit 1) || exit 1; \
	done

test:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' TESTOPTS='$(TESTOPTS)' || exit 1) || exit 1; \
	done

bgtest:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) bgtest OPTS='$(OPTS)' || exit 1) || exit 1; \
	done

clean:
	for d in $(DIRS); do (cd $$d; $(MAKE) clean OPTS='$(OPTS)'); done
	rm -f TAGS #*#
	rm -f core *~
@


1.3
log
@added the "all" target
@
text
@d10 1
a10 1
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' || exit 1) || exit 1; \
@


1.2
log
@jacobi program with load balancing
@
text
@d3 5
@


1.1
log
@updated
@
text
@d1 1
a1 1
DIRS= lb_test
@

