head	1.6;
access;
symbols
	charm6_1:1.6
	charm_6_0_1:1.6
	charm6_0_1:1.6
	charm6_0:1.5
	ChaNGa_1-0:1.5
	charm5_9:1.4;
locks; strict;
comment	@# @;


1.6
date	2008.08.04.19.47.13;	author eshook;	state Exp;
branches;
next	1.5;
commitid	huFIvRIpnvESuvdt;

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

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

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

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

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


desc
@@


1.6
log
@Adding functionality to enable the IBUD machine layer.  Fixed several tests to include $(TESTOPTS) argument for 'make test'.
@
text
@# Makefile for load-banacing test program

OPTS=
LBLIB=-module EveryLB 
CHARMC=../../../../bin/charmc $(OPTS)

OBJS = lb_test.o Topo.o

all:	lb_test

lb_test: $(OBJS)
	$(CHARMC) -language charm++ -o lb_test $(OBJS) $(LBLIB) 

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

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

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

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

test:  lb_test
	./charmrun +p4 ./lb_test 100 100 10 40 10 1000 comm ring +LBDebug 1 $(TESTOPTS)

bgtest:  lb_test
	./charmrun +p4 ./lb_test 100 100 10 40 10 1000 comm ring +LBDebug 1 +x2 +y2 +z1 +cth1 +wth1

bgdump:
	./charmrun +p4 ./lb_test 100 100 10 40 10 1000 dummy mesh2d +LBDebug 1 +LBSameCpus +LBNoBackground +bgconfig ./bg_config +LBDump 1 +LBDumpFile lb_test.dump

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

@


1.5
log
@fixed Makefile
@
text
@d27 1
a27 1
	./charmrun +p4 ./lb_test 100 100 10 40 10 1000 comm ring +LBDebug 1
@


1.4
log
@instructions for running bigsim.
@
text
@d5 1
a5 1
CHARMC=../../../bin/charmc $(OPTS)
@


1.3
log
@setup bgtest for bigsim
@
text
@d12 1
a12 1
	$(CHARMC) -language charm++ -o lb_test $(OBJS) $(LBLIB)
d32 3
@


1.2
log
@a minor change to +LBDebug
@
text
@d29 3
@


1.1
log
@Initial checkin of move from pgms
@
text
@d27 1
a27 1
	./charmrun +p4 ./lb_test 100 100 10 40 10 1000 comm ring +LBDebug
@

