aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authordiener <diener@4ec1db94-0e4f-0410-ada3-8bed251432c9>2008-02-05 22:44:56 +0000
committerdiener <diener@4ec1db94-0e4f-0410-ada3-8bed251432c9>2008-02-05 22:44:56 +0000
commitd822d7044d70a9fd43c8be48b0c5bdce51789ed9 (patch)
tree965ae465296e0b26971012df86712c7b75b7f814 /src/make.code.defn
parent9e06e812ba64f52bfd91e4cd933c416d58fb4166 (diff)
Change the scheme for reductions. Before, reductions was done over the full
grid functions using CCTK_Reduce. Now, reductions are done alongside the computations into local arrays and then these are reduced using CCTK_ReduceLocArrayToArray1D. This is much more efficient. In addition OpenMP directives are added to allow for mixed MPI/OpenMP usage. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@15 4ec1db94-0e4f-0410-ada3-8bed251432c9
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index a174c46..f72509a 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,7 @@
# $Header$
# Source files in this directory
-SRCS = NoExcision_mod.F90 overwrite.F90 smooth.F90 reduce.F90 reduce.c getlevelinfo.cc cg.F90
+SRCS = NoExcision_mod.F90 overwrite.F90 smooth.F90 reduce.F90 reduce.c getlevelinfo.cc copy_mask.cc cg.F90
# Subdirectories containing source files
SUBDIRS =