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


1.7
date	2009.02.05.20.52.02;	author gzheng;	state Exp;
branches;
next	1.6;
commitid	Tz1iDmzNbqzSUhBt;

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

1.5
date	2007.10.02.19.17.39;	author gzheng;	state Exp;
branches;
next	1.4;
commitid	36904702994c4567;

1.4
date	2007.10.02.15.39.01;	author gzheng;	state Exp;
branches;
next	1.3;
commitid	2d2e470266114567;

1.3
date	2007.10.02.06.42.50;	author gzheng;	state Exp;
branches;
next	1.2;
commitid	12284701e8604567;

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

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


desc
@@


1.7
log
@call sync after checkpoint
@
text
@CHARMC=../../../bin/charmc

all: hello

ampi: hello

hello: hello.c
	$(CHARMC) -o hello hello.c -language ampi $(OPTS)

test: hello
	rm -rf log
	./charmrun +p3 ./hello +vp8 $(TESTOPTS)
	-sync
	./charmrun +p3 ./hello +vp8 +restart log $(TESTOPTS)
	./charmrun +p2 ./hello +vp8 +restart log $(TESTOPTS)

bgtest: clean ampi
	./charmrun +p3 ./hello +vp8 +x3 +y1 +z1
	./charmrun +p3 ./hello +vp8 +restart log +x3 +y1 +z1
	./charmrun +p2 ./hello +vp8 +restart log +x2 +y1 +z1

clean:
	rm -f *.o *.mod moduleinit.C hello *~ conv-host charmrun
	rm -rf log
@


1.6
log
@added TESTOPTS
@
text
@d13 1
@


1.5
log
@to be safe, remove log before test
@
text
@d12 3
a14 3
	./charmrun +p3 ./hello +vp8
	./charmrun +p3 ./hello +vp8 +restart log
	./charmrun +p2 ./hello +vp8 +restart log
@


1.4
log
@fix makefile
@
text
@d11 1
@


1.3
log
@fixed target 'all'.
@
text
@d10 1
a10 1
test: clean ampi
@


1.2
log
@added bgtest for bigsim
@
text
@d3 1
a3 1
all: ampi
d5 3
a7 1
ampi: hello.c
@


1.1
log
@Add test cases for AMPI
@
text
@d13 5
@

