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	2004.10.31.19.50.35;	author skumar2;	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)

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 +p1 2 $(TESTOPTS)

@


1.1
log
@adding the array performance benchmark
@
text
@d20 1
a20 1
	./charmrun hello +p1 2
@

