From 4223a6e0fbf8a8bd1cd90be14240eb10c04a0ed7 Mon Sep 17 00:00:00 2001 From: yye00 Date: Tue, 1 Nov 2005 18:50:38 +0000 Subject: 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 --- src/ReductionMin.c | 8 -------- 1 file changed, 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 */ -- cgit v1.2.3