aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2005-11-01 18:50:38 +0000
committeryye00 <yye00@7daa882c-dc44-4453-834e-278d26b18e6a>2005-11-01 18:50:38 +0000
commit4223a6e0fbf8a8bd1cd90be14240eb10c04a0ed7 (patch)
tree4b6a5d825cf281f5e4a52a7eb0d9322aefb439bb
parent6a6f2e17f2b8bd5e205a104526824972b945ce4c (diff)
commits to change IOBasic to use the new reduction interface. This breaks the testsuite for testcomplex because of a new reduction scheme for complex numbers. WaveToy1DF77 also fails with inconsistency, failing at 3,7 processors with varying files and differences between them. Currently investigating these failurse in detail.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalReduce/trunk@67 7daa882c-dc44-4453-834e-278d26b18e6a
-rw-r--r--src/ReductionMin.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ReductionMin.c b/src/ReductionMin.c
index c3a0590..0e68d23 100644
--- a/src/ReductionMin.c
+++ b/src/ReductionMin.c
@@ -233,14 +233,6 @@ static int ReductionMin (int N_dims, int operator_handle,
max_iter *= iters_per_dim [j];
}
-#undef REDUCTION_OPERATION
-#undef REDUCTION_INITIAL
-#undef EXTRA_STEP
-
-#define REDUCTION_OPERATION(Max, scalar) if (Max > scalar) Max = scalar;
-#define REDUCTION_INITIAL(num) num = 0;
-#define EXTRA_STEP(a, b)
-
for (i = 0; i < N_input_arrays; i++)
{
/* Do the type matching */