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


1.5
date	2009.01.30.00.09.06;	author idooley2;	state Exp;
branches;
next	1.4;
commitid	1aX22p4tqbXkepAt;

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

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

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.5
log
@Adding an object file to "clean" rule.
@
text
@CHARMC=../../../bin/charmc $(OPTS)

all: pgm

pgm: test.o
	$(CHARMC) -o pgm test.o -language ampi -balancer RandCentLB

test.o: test.C
	$(CHARMC) -c test.C

#
#
# clean up .o, .mod, .exe and EMACS backup files
#
clean:
	rm -f *.o *.mod pgm *~ conv-host charmrun test.o

test: pgm
	./charmrun ./pgm +p1 +vp1 $(TESTOPTS)
	./charmrun ./pgm +p1 +vp2 $(TESTOPTS)
	./charmrun ./pgm +p1 +vp4 $(TESTOPTS)
	./charmrun ./pgm +p2 +vp2 $(TESTOPTS)
	./charmrun ./pgm +p2 +vp4 $(TESTOPTS)
	./charmrun ./pgm +p2 +vp1 $(TESTOPTS)

bgtest: pgm
	./charmrun ./pgm +p1 +vp1 +x1 +y1 +z1 $(TESTOPTS)
	./charmrun ./pgm +p1 +vp2 +x1 +y1 +z1 $(TESTOPTS)
	./charmrun ./pgm +p1 +vp4 +x1 +y1 +z1 $(TESTOPTS)
	./charmrun ./pgm +p2 +vp2 +x2 +y1 +z1 $(TESTOPTS)
	./charmrun ./pgm +p2 +vp4 +x2 +y1 +z1 $(TESTOPTS)
	./charmrun ./pgm +p2 +vp1 +x2 +y1 +z1 $(TESTOPTS)
@


1.4
log
@added the "all" target
@
text
@d16 1
a16 1
	rm -f *.o *.mod pgm *~ conv-host charmrun
@


1.3
log
@passing TESTOPTS to charmrun
@
text
@d3 2
@


1.2
log
@added bgtest for bigsim
@
text
@d17 6
a22 6
	./charmrun ./pgm +p1 +vp1
	./charmrun ./pgm +p1 +vp2
	./charmrun ./pgm +p1 +vp4
	./charmrun ./pgm +p2 +vp2
	./charmrun ./pgm +p2 +vp4
	./charmrun ./pgm +p2 +vp1
d25 6
a30 6
	./charmrun ./pgm +p1 +vp1 +x1 +y1 +z1
	./charmrun ./pgm +p1 +vp2 +x1 +y1 +z1
	./charmrun ./pgm +p1 +vp4 +x1 +y1 +z1
	./charmrun ./pgm +p2 +vp2 +x2 +y1 +z1
	./charmrun ./pgm +p2 +vp4 +x2 +y1 +z1
	./charmrun ./pgm +p2 +vp1 +x2 +y1 +z1
@


1.1
log
@Add test cases for AMPI
@
text
@d24 7
@

