head	1.5;
access;
symbols
	charm6_0_1:1.4
	charm6_0:1.4;
locks; strict;
comment	@# @;


1.5
date	2008.11.10.02.10.35;	author bhatele;	state dead;
branches;
next	1.4;
commitid	M3NjvL4ifGCvv0qt;

1.4
date	2008.03.29.18.56.51;	author schak;	state Exp;
branches;
next	1.3;
commitid	DQjYC3QMmGn5l3Xs;

1.3
date	2008.03.28.07.59.13;	author jetley;	state Exp;
branches;
next	1.2;
commitid	9ZbSkDiizUoeJRWs;

1.2
date	2008.03.27.23.28.32;	author jetley;	state Exp;
branches;
next	1.1;
commitid	UjjPcvRai0WlUOWs;

1.1
date	2008.03.26.22.30.14;	author jetley;	state Exp;
branches;
next	;
commitid	YJVjED5LjNclCGWs;


desc
@@


1.5
log
@shifted to examples/charm++/ckdirect
@
text
@OPTS=-O3
CHARMC=../../../bin/charmc $(OPTS)
SRC=../../../src

OBJS = stencil3d.o

all: stencil3d-ckdirect stencil3d-msg

stencil3d-ckdirect: stencil3d-ckdirect.o
	$(CHARMC) -language charm++ -o stencil3d-ckdirect  stencil3d-ckdirect.o

stencil3d-msg: stencil3d-msg.o
	$(CHARMC) -language charm++ -o stencil3d-msg  stencil3d-msg.o



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

clean:
	rm -f *.decl.h *.def.h conv-host *.o stencil3d charmrun stencil3d-ckdirect stencil3d-msg

stencil3d-ckdirect.o: stencil3d.C stencil3d.decl.h
	$(CHARMC) -o stencil3d-ckdirect.o -DUSE_CKDIRECT  stencil3d.C 

stencil3d-msg.o: stencil3d.C stencil3d.decl.h
	$(CHARMC) -o stencil3d-msg.o -DUSE_MESSAGES  stencil3d.C 

test: all
	./charmrun stencil3d +p4 20 5 100
@


1.4
log
@Makefile with 2 targets, ckdirect and msg based
@
text
@@


1.3
log
@fixed bug. all elements being touched now.
next item - remove redundant computations and replace with copies.
@
text
@d1 1
a1 1
OPTS=-g
d7 8
a14 1
all: stencil3d
a15 2
stencil3d: $(OBJS)
	$(CHARMC) -language charm++ -o stencil3d $(OBJS)
d21 4
a24 1
	rm -f *.decl.h *.def.h conv-host *.o stencil3d charmrun
d26 2
a27 2
stencil3d.o: stencil3d.C stencil3d.decl.h
	$(CHARMC) -I$(SRC)/ck-core -I$(SRC)/conv-core -USE_CKDIRECT -c stencil3d.C
@


1.2
log
@*** empty log message ***
@
text
@d19 1
a19 1
	$(CHARMC) -I$(SRC)/ck-core -I$(SRC)/conv-core -c stencil3d.C
@


1.1
log
@*** empty log message ***
@
text
@d1 1
a1 1
OPTS= -g
d19 1
a19 1
	$(CHARMC) -I$(SRC)/ck-core -I$(SRC)/conv-core -DUSE_CKDIRECT -c stencil3d.C
@

