head	1.2;
access;
symbols
	charm6_1:1.2
	charm_6_0_1:1.2
	charm6_0_1:1.2
	charm6_0: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	2007.12.20.23.37.02;	author bhatele;	state Exp;
branches;
next	;
commitid	4778476afc814567;


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)

OBJS = hello.o

all: hello

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

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

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

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

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

bgtest: all
	./charmrun ./hello +p4 10 +x2 +y2 +z2 +cth1 +wth1 +bglog
@


1.1
log
@test and example for 4d array creation, insertion, section delegation, multicast
@
text
@d20 1
a20 1
	./charmrun ./hello +p4 10
@

