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


1.6
date	2009.01.20.20.07.04;	author gzheng;	state Exp;
branches;
next	1.5;
commitid	IUlbyqeSbk2jbezt;

1.5
date	2007.10.16.21.47.29;	author gzheng;	state Exp;
branches;
next	1.4;
commitid	22df4715316d4567;

1.4
date	2007.09.20.18.50.48;	author bhatele;	state Exp;
branches;
next	1.3;
commitid	51ed46f2c1024567;

1.3
date	2004.10.24.05.41.44;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.13.03.28.06;	author olawlor;	state Exp;
branches;
next	1.1;

1.1
date	2004.09.08.19.11.24;	author chao;	state Exp;
branches;
next	;


desc
@@


1.6
log
@disable AMPI chpt for now
@
text
@DIRS=megampi stacksize
#DIRS=megampi stacksize chkpt 

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.5
log
@added TESTOPTS
@
text
@d1 2
a2 1
DIRS=megampi stacksize chkpt 
@


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


1.3
log
@added bgtest for bigsim
@
text
@d3 5
@


1.2
log
@Added "test" targets to all Makefiles.
@
text
@d5 6
a10 1
		(cd $$d; make test OPTS='$(OPTS)' || exit 1) || exit 1; \
d14 1
a14 1
	for d in $(DIRS); do (cd $$d; make clean OPTS='$(OPTS)'); done
@


1.1
log
@Add test cases for AMPI
@
text
@d1 1
a1 1
DIRS=megampi creduce stacksize Cjacobi3D chkpt 
@

