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


1.2
date	2008.06.25.22.54.28;	author jain10;	state Exp;
branches;
next	1.1;
commitid	8N9DK7VIxPk6Pn8t;

1.1
date	2008.06.25.19.40.54;	author jain10;	state Exp;
branches;
next	;
commitid	odHMjgPn06QGKm8t;


desc
@@


1.2
log
@Main.C and sectionReduction.C updated.
@
text
@CHARMDIR = ../../../..
#OPTS = -g -Wno-deprecated
OPTS = -Wno-deprecated
CHARMC = $(CHARMDIR)/bin/charmc $(OPTS)

all: pgm

pgm: Main.o sectionReduction.o
	$(CHARMC) -language charm++ -o pgm sectionReduction.o Main.o -module CkMulticast 
#	$(CHARMC) -memory charmdebug -o pgm sectionReduction.o Main.o -module CkMulticast 

Main.o: Main.C Main.h main.decl.h main.def.h sectionReduction.decl.h
	$(CHARMC) -c Main.C

sectionReduction.o: sectionReduction.C sectionReduction.h sectionReduction.decl.h sectionReduction.def.h main.decl.h
	$(CHARMC) -c sectionReduction.C

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

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

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


1.1
log
@array section reduction test for 1D, 2D and 3D chare arrays
@
text
@d2 2
a3 1
OPTS = -g -Wno-deprecated
d9 2
a10 1
	$(CHARMC) -memory charmdebug -o pgm sectionReduction.o Main.o -module CkMulticast 
@

