head	1.4;
access;
symbols
	charm6_1:1.4
	charm_6_0_1:1.4
	charm6_0_1:1.4
	charm6_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2008.08.08.17.29.00;	author bohm;	state Exp;
branches;
next	1.3;
commitid	8U3bpKw2q9oMB0et;

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

1.2
date	2007.09.25.19.27.18;	author bohm;	state Exp;
branches;
next	1.1;
commitid	48c646f961094567;

1.1
date	2007.09.24.21.41.22;	author bohm;	state Exp;
branches;
next	;
commitid	2eb146f82ee84567;


desc
@@


1.4
log
@also tests that callbacks can be passed around and root correctly
at individual array elements
@
text
@CHARMC=../../../bin/charmc $(OPTS) $(MOPTS) 
#CHARMC=$(HOME)/charm/bin/charmc $(OPTS) $(MOPTS) 


OBJS = startupTest.o


all: startupTest

startupTest: $(OBJS)
	$(CHARMC) -language charm++ -o startupTest $(OBJS)

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

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

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

test: all
	./charmrun ./startupTest 20 10 0.01 1 $(TESTOPTS) 
	./charmrun ./startupTest 200 10 0.0001 1 $(TESTOPTS) +p2
	./charmrun ./startupTest 200 10 0.0001 1 $(TESTOPTS) +p4

bgtest: all
	./charmrun ./startupTest 20 10 0.01 1 +p4 +x2 +y2 +z2
@


1.3
log
@Adding functionality to enable the IBUD machine layer.  Fixed several tests to include $(TESTOPTS) argument for 'make test'.
@
text
@d24 2
@


1.2
log
@Add second dimension on command line
@
text
@d23 1
a23 1
	./charmrun ./startupTest 20 10 0.01 1 
@


1.1
log
@A simple chare initialization test program.
@
text
@d23 1
a23 1
	./charmrun ./startupTest 20 0.01 1 
d26 1
a26 1
	./charmrun ./startupTest 20 0.01 1 +p4 +x2 +y2 +z2
@

