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


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

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

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.4
log
@added TESTOPTS
@
text
@CHARMC=../../../bin/charmc $(OPTS)

all: pgm

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

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

clean:
	rm -f *.o *.mod pgm *~ conv-host charmrun

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

bgtest: pgm
	./charmrun ./pgm +p2 +vp4 +x2 +y1 +z1

@


1.3
log
@added the "all" target
@
text
@d15 1
a15 1
	./charmrun ./pgm +p2 +vp4
@


1.2
log
@added bgtest for bigsim
@
text
@d3 2
@


1.1
log
@Add test cases for AMPI
@
text
@d15 3
@

