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


1.2
date	2008.08.04.19.47.12;	author eshook;	state Exp;
branches;
next	1.1;
commitid	huFIvRIpnvESuvdt;

1.1
date	2005.01.18.22.58.20;	author wilmarth;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Adding functionality to enable the IBUD machine layer.  Fixed several tests to include $(TESTOPTS) argument for 'make test'.
@
text
@CHARMC=../../../bin/charmc $(OPTS)

all: commSpeed

commSpeed: pgm.o Worker.o
	$(CHARMC) -language charm++ -o commSpeed pgm.o Worker.o

Pgm.decl.h: pgm.ci 
	$(CHARMC)  pgm.ci

pgm.o: pgm.C Pgm.decl.h Worker.o
	$(CHARMC) -c pgm.C

Worker.o: Worker.C Worker.decl.h 
	$(CHARMC) -language charm++ Worker.C

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

clean:
	rm -f *.decl.h *.def.h conv-host *.o commSpeed charmrun *~

test: all
	./charmrun commSpeed +p1 100 100 $(TESTOPTS)
	./charmrun commSpeed +p2 100 100 $(TESTOPTS)
	./charmrun commSpeed +p4 100 100 $(TESTOPTS)
	./charmrun commSpeed +p8 100 100 $(TESTOPTS)
@


1.1
log
@Test to monitor speed of message sends.
@
text
@d24 4
a27 4
	./charmrun commSpeed +p1 100 100
	./charmrun commSpeed +p2 100 100
	./charmrun commSpeed +p4 100 100
	./charmrun commSpeed +p8 100 100
@

