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


1.4
date	2008.08.08.20.49.54;	author bhatele;	state Exp;
branches;
next	1.3;
commitid	Akrox616qmNQI1et;

1.3
date	2008.08.08.20.29.46;	author bhatele;	state Exp;
branches;
next	1.2;
commitid	uXpO9ZqfwGcWB1et;

1.2
date	2008.08.07.21.29.02;	author bhatele;	state Exp;
branches;
next	1.1;
commitid	CmRv5aWtuhW9YTdt;

1.1
date	2008.07.31.19.54.44;	author bhatele;	state Exp;
branches;
next	;
commitid	ImN2wAo9bWPBFZct;


desc
@@


1.4
log
@liveViz support added
@
text
@CHARMC	=../../../bin/charmc $(OPTS)
OPTS	= -O3

all: mol2d

mol2d: Patch.o Compute.o
	$(CHARMC) -language charm++ -o mol2d Patch.o Compute.o

Patch.o: Patch.C Patch.h Patch.decl.h common.h
	$(CHARMC) -o Patch.o Patch.C

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

Compute.o: Compute.C Compute.h Patch.decl.h common.h
	$(CHARMC) -o Compute.o Compute.C

clean:
	rm -f *.decl.h *.def.h *.o mol2d charmrun
@


1.3
log
@more load balanced
@
text
@d4 1
a4 1
all: mol3d
d6 2
a7 2
mol3d: Patch.o Compute.o
	$(CHARMC) -language charm++ -o mol3d Patch.o Compute.o
d19 1
a19 1
	rm -f *.decl.h *.def.h *.o mol3d charmrun
@


1.2
log
@1. liveViz has a flag now
2. m and n replaced by patchDimX and patchDimY
@
text
@d2 1
a2 1
OPTS	= -O2
@


1.1
log
@2D version of the example "Molecular". It has been changed so that it
is in terms of computes and patches. It has a bug due to CkArrayIndex
with -O2
@
text
@d2 1
a2 1
OPTS	= -g
@

