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


1.5
date	2007.10.16.21.18.51;	author gzheng;	state Exp;
branches;
next	1.4;
commitid	794247152ab64567;

1.4
date	2005.03.06.18.24.41;	author skumar2;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.06.22.58.33;	author skumar2;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@use TESTOPTS
@
text
@CHARMC=../../../../bin/charmc $(OPTS)

all: hello linear manytomany

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

clean:
	rm -f *.decl.h *.def.h conv-host *.o hello linear \
	charmrun *~ manytomany

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

linear: linear.C hello.decl.h
	$(CHARMC) -o linear linear.C -module comlib

manytomany : manytomany.ci manytomany.C
	$(CHARMC) manytomany.ci
	$(CHARMC) -o manytomany manytomany.C -module comlib

test: all
	./charmrun hello +p4 10 $(TESTOPTS)
	./charmrun linear +p2 2 $(TESTOPTS)

bgtest: all
	./charmrun hello +p4 10 +x2 +y2 +z1
@


1.4
log
@
Adding a new benchmark that demostrates the performance gains of MeshStreaming. This gain should be seen on large processor configurations.
@
text
@d23 2
a24 2
	./charmrun hello +p4 10
	./charmrun linear +p2 2
@


1.3
log
@*** empty log message ***
@
text
@d3 1
a3 1
all: hello linear
d9 2
a10 1
	rm -f *.decl.h *.def.h conv-host *.o hello linear charmrun 
d18 4
@


1.2
log
@setup bgtest for bigsim
@
text
@d3 1
a3 6
OBJS = hello.o

all: hello

hello: $(OBJS)
	$(CHARMC) -language charm++ -o hello $(OBJS) -module comlib
d9 4
a12 1
	rm -f *.decl.h *.def.h conv-host *.o hello charmrun *.log *.sum *.sts
d14 2
a15 2
hello.o: hello.C hello.decl.h
	$(CHARMC) -c hello.C
d19 1
@


1.1
log
@Initial checkin of move from pgms
@
text
@d21 3
@

