head	1.9;
access;
symbols
	charm6_1:1.9
	charm_6_0_1:1.9
	charm6_0_1:1.9
	charm6_0:1.8
	ChaNGa_1-0:1.7
	charm5_9:1.6;
locks; strict;
comment	@# @;


1.9
date	2008.08.04.19.47.12;	author eshook;	state Exp;
branches;
next	1.8;
commitid	huFIvRIpnvESuvdt;

1.8
date	2007.09.20.18.53.12;	author bhatele;	state Exp;
branches;
next	1.7;
commitid	53bd46f2c1944567;

1.7
date	2005.11.09.16.25.17;	author gzheng;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.21.08.53.48;	author gzheng;	state Exp;
branches;
next	1.5;

1.5
date	2005.01.20.08.15.53;	author gzheng;	state Exp;
branches;
next	1.4;

1.4
date	2005.01.20.08.03.41;	author gzheng;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2001.12.03.05.07.14;	author gzheng;	state Exp;
branches;
next	;


desc
@@


1.9
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: hello

hello:   hello.o
	$(CHARMC) hello.o -o hello -module CkMulticast -language charm++ 

hello.o : hello.C hello.def.h hello.decl.h 
	$(CHARMC) -c hello.C

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

test: all
	./charmrun +p3 ./hello 10 $(TESTOPTS)

bgtest: all
	./charmrun +p3 ./hello 10 +x1 +y1 +z3

clean:
	rm -f conv-host *.o charmrun
	rm -f *.def.h *.decl.h
	rm -f pgm pgm.*.log pgm.sts
	rm -f gmon.out #*#
	rm -f core *~
	rm -f TAGS *.headers hello

@


1.8
log
@added the "all" target
@
text
@d15 1
a15 1
	./charmrun +p3 ./hello 10
@


1.7
log
@run test on 3 processors.
@
text
@d3 2
d14 1
a14 1
test: hello
d17 1
a17 1
bgtest: hello
@


1.6
log
@rmeove '#' in command line
@
text
@d13 1
a13 1
	./charmrun +p2 ./hello 10
d16 1
a16 1
	./charmrun +p2 ./hello 10 +x1 +y1 +z2
@


1.5
log
@make test depend on hello
@
text
@d4 1
a4 1
	$(CHARMC) hello.o -o hello -module CkMulticast -language charm++ #-memory paranoid
@


1.4
log
@added Makefile for test
@
text
@d12 1
a12 1
test:
d15 1
a15 1
bgtest:
@


1.3
log
@use -module CkMulticast
@
text
@a0 1
OPTS=-g
d12 6
@


1.2
log
@pixed the path
@
text
@d5 1
a5 1
	$(CHARMC) hello.o -o hello -lckmulticast -language charm++ #-memory paranoid
d7 1
a7 1
hello.o : hello.C hello.def.h hello.decl.h #ckmulticast.h
a8 6

ckmulticast.o : ckmulticast.C ckmulticast.h CkMulticast.def.h CkMulticast.decl.h
	$(CHARMC) -c ckmulticast.C

CkMulticast.def.h CkMulticast.decl.h : ckmulticast.ci
	$(CHARMC) ckmulticast.ci
@


1.1
log
@testing files that used multicast delegation and reduction.
@
text
@d2 1
a2 1
CHARMC=../../../bin/charmc $(OPTS)
@

