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


1.3
date	2008.11.24.22.26.21;	author idooley2;	state Exp;
branches;
next	1.2;
commitid	uX80P0F6cVMFMUrt;

1.2
date	2008.09.03.03.27.11;	author idooley2;	state Exp;
branches;
next	1.1;
commitid	m5fs4wSUe2oe7hht;

1.1
date	2008.09.03.01.24.42;	author idooley2;	state Exp;
branches;
next	;
commitid	D5sSVaJNBjPdrght;


desc
@@


1.3
log
@Cleaned up the example for the tutorial book
@
text
@CHARMC=../../../bin/charmc -module liveViz $(OPTS) -g

OBJS = wave2d.o

all: wave2d

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

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

wave2d.def.h: wave2d.decl.h

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

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


1.2
log
@Cleaned up the initial implementation, fixed the Makefile to work from this example directory.
@
text
@d1 1
a1 1
CHARMC=../../../bin/charmc -module liveViz $(OPTS)
@


1.1
log
@A simple program that simulates 2d wave equation, with pretty liveViz support.
@
text
@d1 1
a1 1
CHARMC=../charm/bin/charmc -module liveViz $(OPTS)
@

