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


1.7
date	2009.02.05.20.51.29;	author gzheng;	state Exp;
branches;
next	1.6;
commitid	ZavXXxDYrhSFUhBt;

1.6
date	2009.01.31.16.31.30;	author gzheng;	state Exp;
branches;
next	1.5;
commitid	xD5CG6cSA4fhDCAt;

1.5
date	2008.07.26.02.03.15;	author bohm;	state Exp;
branches;
next	1.4;
commitid	xlln8Ao6Og6cUfct;

1.4
date	2005.04.09.07.10.47;	author gioachin;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2004.09.15.19.43.04;	author bohm;	state Exp;
branches;
next	;


desc
@@


1.7
log
@call sync after checkpoint
@
text
@CHARMC=../../../bin/charmc $(OPTS)

OBJS = hello.o

all: hello
	rm -rf log/

hello: $(OBJS)
	$(CHARMC) -language charm++ -o hello hello.o $(LIBS)

hello.decl.h: hello.ci
	$(CHARMC)  hello.ci

clean:
	rm -f *~ *.decl.h *.def.h conv-host *.o hello charmrun
	rm -rf log/

hello.o: hello.C hello.decl.h
	$(CHARMC) -c hello.C

test: all
	-rm -fr log
	./charmrun ./hello +p3 $(TESTOPTS)
	-sync
	./charmrun ./hello +p3 +restart log $(TESTOPTS)
	./charmrun ./hello +p4 +restart log $(TESTOPTS)

bgtest: all
	-rm -fr log
	./charmrun ./hello +p2 +x3 +y1 +z1 $(TESTOPTS)
	./charmrun ./hello +p2 +restart log  +x3 +y1 +z1 $(TESTOPTS)
	./charmrun ./hello +p2 +restart log  +x2 +y2 +z1 $(TESTOPTS)
@


1.6
log
@added path to executable
@
text
@d24 1
@


1.5
log
@add $(TESTOPTS) so isomalloc_sync can work its magic
@
text
@d23 3
a25 3
	./charmrun hello +p3 $(TESTOPTS)
	./charmrun hello +p3 +restart log $(TESTOPTS)
	./charmrun hello +p4 +restart log $(TESTOPTS)
d29 3
a31 3
	./charmrun hello +p2 +x3 +y1 +z1 $(TESTOPTS)
	./charmrun hello +p2 +restart log  +x3 +y1 +z1 $(TESTOPTS)
	./charmrun hello +p2 +restart log  +x2 +y2 +z1 $(TESTOPTS)
@


1.4
log
@fix in cleanup
@
text
@d23 3
a25 3
	./charmrun hello +p3
	./charmrun hello +p3 +restart log 
	./charmrun hello +p4 +restart log 
d29 3
a31 3
	./charmrun hello +p2 +x3 +y1 +z1
	./charmrun hello +p2 +restart log  +x3 +y1 +z1
	./charmrun hello +p2 +restart log  +x2 +y2 +z1
@


1.3
log
@setup bgtest for bigsim
@
text
@d15 2
a16 1
	rm -f *~ *.decl.h *.def.h conv-host *.o hello charmrun log/
@


1.2
log
@Added "test" targets to all Makefiles.
@
text
@d25 6
@


1.1
log
@Initial checkin of move from pgms
@
text
@d15 1
a15 4
	rm -f *~ *.decl.h *.def.h conv-host *.o hello charmrun

clear: clean
	rm -rf log/
@

