aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authoryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2005-09-14 22:35:04 +0000
committeryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2005-09-14 22:35:04 +0000
commit141990f45d54bffe80e9511c7bae19b65b9bd635 (patch)
tree08416abf3c780bf7cec0aefdd4e3787cd538bd17 /src/make.code.defn
parent93ebe571a16f2eefc65639ea94c87924d40dfd41 (diff)
This commit fully enables weighted reductions in LocalReduce. They have been tested on a modified TestGlobalReduce, commits will soon follow to TestGlobalReduce (as well as testsuites). There is a minor refinement to these patches that will soon go in, and some code cleanup. Please verify and confirm
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@58 7daa882c-dc44-4453-834e-278d26b18e6a
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 2e3d01c..30d17ec 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,10 @@
# $Header$
# Source files in this directory
+
SRCS = Startup.c Reduction.c ReductionAvg.c AvgFunctions.c ReductionMax.c MaxFunctions.c ReductionMin.c MinFunctions.c ReductionCount.c CountFunctions.c ReductionSum.c SumFunctions.c ReductionNorm1.c Norm1Functions.c ReductionNorm2.c Norm2Functions.c ReductionNorm3.c Norm3Functions.c ReductionNorm4.c Norm4Functions.c ReductionNormInf.c NormInfFunctions.c
+#SRCS = Startup.c Reduction.c ReductionAvg.c AvgFunctions.c
+
# Subdirectories containing source files
SUBDIRS =