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


1.2
date	2009.03.05.06.33.15;	author cheelee;	state Exp;
branches;
next	1.1;
commitid	Q4W9bl0ncuCmgOEt;

1.1
date	2008.09.09.21.16.16;	author cheelee;	state Exp;
branches;
next	;
commitid	dwXp1oXFkaqvP8it;


desc
@@


1.2
log
@Silly of me to use a hardcoded directory for charmc in an example.
@
text
@CHARMC=../../../bin/charmc $(OPTS)

OBJS = LB_Test.o
PROJ= -tracemode projections -tracemode summary

all: LB_Test LB_Test_LB LB_Test_Proj LB_Test_Proj_LB

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

LB_Test_LB: $(OBJS)
	$(CHARMC) -language charm++ -o LB_Test_LB -module EveryLB $(OBJS)

LB_Test_Proj: $(OBJS)
	$(CHARMC) -language charm++ -o LB_Test_Proj $(PROJ) $(OBJS)

LB_Test_Proj_LB: $(OBJS)
	$(CHARMC) -language charm++ -o LB_Test_Proj_LB -module EveryLB $(PROJ) $(OBJS)

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

clean:
	rm -f *.decl.h *.def.h conv-host *.o LB_Test LB_Test_* charmrun *~ *.core *.projrc *.sts *.log *.sum bgTrace*

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


1.1
log
@0.5 processors get double the work. Used to quickly test LB strategies.
@
text
@d1 1
a1 1
CHARMC=$(HOME)/work/cvs/charm/net-darwin-x86-bigemulator/bin/charmc $(OPTS)
@

