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


1.3
date	2008.08.04.19.47.10;	author eshook;	state Exp;
branches;
next	1.2;
commitid	huFIvRIpnvESuvdt;

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

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


desc
@@


1.3
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++ -o hello $(OBJS)

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

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

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

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

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


1.2
log
@setup bgtest for bigsim
@
text
@d20 1
a20 1
	./charmrun hello +p4 10
@


1.1
log
@moving hello tre efrom pgms
@
text
@d21 3
@

