aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
authoryye00 <yye00@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2005-11-01 18:50:38 +0000
committeryye00 <yye00@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2005-11-01 18:50:38 +0000
commitffa02dbbfb29511a6d60d2823fa36775fb6027d2 (patch)
tree7552784df92d6d1ddc21754e696c94f23fe28701 /src/Startup.c
parentd675eee199ebdf7f889ab6780c56376d313eaeb0 (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/IOBasic/trunk@169 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index b88d09e..bde7264 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -238,7 +238,7 @@ static void *IOBasic_SetupGH (tFleshConfig *config, int conv_level, cGH *GH)
or the 'IOBasic::out{Info|Scalar}_reductions' parameter.
@enddesc
@calls CCTK_GroupTypeFromVarI
- CCTK_ReductionHandle
+ CCTK_LocalArrayReductionHandle
@var vindex
@vdesc index of the variable to set info output
@@ -391,7 +391,7 @@ void IOBasic_AssignReductionList (int vindex, const char *optstring, void *arg)
string_start = string_end;
/* get the reduction handle from the reduction operator */
- reduction_handle = CCTK_ReductionHandle (reduction_op);
+ reduction_handle = CCTK_LocalArrayReductionHandle (reduction_op);
if (reduction_handle < 0)
{
CCTK_VWarn (5, __LINE__, __FILE__, CCTK_THORNSTRING,