head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1
	charm6_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.04.15.04.53.02;	author wesolwsk;	state Exp;
branches;
next	;
commitid	36fa4621af024567;


desc
@@


1.1
log
@A test for checking the functionality of streaming strategy parameters, including period, maximum number of messages, maximum message size, and maximum buffer size.
@
text
@CHARMC=../../../../bin/charmc $(OPTS)

OBJS = streaming.o

all: streaming

streaming: $(OBJS)
	$(CHARMC) -language charm++ -o streaming $(OBJS) -module comlib

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

clean:
	rm -f *.decl.h *.def.h conv-host *.o streaming charmrun *.log *.sum *.sts *~

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

test: all
	./charmrun ./streaming +p2 

debug: all
	./charmrun ./streaming +p2 ++debug

bgtest: all
	./charmrun ./streaming +p2 +x2 +y2 +z2 +cth1 +wth1@
