aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryye00 <yye00@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2005-11-01 18:50:39 +0000
committeryye00 <yye00@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2005-11-01 18:50:39 +0000
commit8803d8fcd1f81841395d65163a8ce639fae139bd (patch)
treeb6e250a35805148b6093c304b322c92ee8528905
parent09fc5375a84a28c53af8600766d4b53026bf35ed (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.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@118 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
-rw-r--r--test/ADMConstraints_Mask.par2
-rw-r--r--test/ADMConstraints_Physical.par2
-rw-r--r--test/ADMConstraints_Shift.par2
-rw-r--r--test/test_ADM.par4
4 files changed, 5 insertions, 5 deletions
diff --git a/test/ADMConstraints_Mask.par b/test/ADMConstraints_Mask.par
index ba0ed02..2fd4321 100644
--- a/test/ADMConstraints_Mask.par
+++ b/test/ADMConstraints_Mask.par
@@ -12,7 +12,7 @@
# @@*/
# Required thorns
-ActiveThorns = "ADMCoupling Boundary Time ADMconstraints pugh ADM CoordGauge pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal admmacros spacemask idanalyticbh ioutil iobasic"
+ActiveThorns = "ADMCoupling Boundary Time ADMconstraints pugh ADM CoordGauge pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal admmacros spacemask idanalyticbh ioutil iobasic localreduce"
# GENERAL
diff --git a/test/ADMConstraints_Physical.par b/test/ADMConstraints_Physical.par
index 506e8d3..0360a58 100644
--- a/test/ADMConstraints_Physical.par
+++ b/test/ADMConstraints_Physical.par
@@ -12,7 +12,7 @@
# @@*/
# Required thorns
-ActiveThorns = "ADMCoupling Boundary Time ADMconstraints ADM CoordGauge pugh pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal admmacros spacemask idanalyticbh ioutil iobasic"
+ActiveThorns = "ADMCoupling Boundary Time ADMconstraints ADM CoordGauge pugh pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal admmacros spacemask idanalyticbh ioutil iobasic localreduce"
# GENERAL
diff --git a/test/ADMConstraints_Shift.par b/test/ADMConstraints_Shift.par
index 0f60637..6de0d28 100644
--- a/test/ADMConstraints_Shift.par
+++ b/test/ADMConstraints_Shift.par
@@ -12,7 +12,7 @@
# @@*/
# Required thorns
-ActiveThorns = "ADMCoupling Boundary Time ADMconstraints ADM CoordGauge pugh pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal admmacros spacemask idanalyticbh ioutil iobasic"
+ActiveThorns = "ADMCoupling Boundary Time ADMconstraints ADM CoordGauge pugh pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal admmacros spacemask idanalyticbh ioutil iobasic localreduce"
# GENERAL
diff --git a/test/test_ADM.par b/test/test_ADM.par
index 6ccf65d..018af0d 100644
--- a/test/test_ADM.par
+++ b/test/test_ADM.par
@@ -12,7 +12,7 @@
# @@*/
# Required thorns
-ActiveThorns = "ADMCoupling Boundary Time ADMconstraints pugh pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal admmacros coordgauge spacemask ADM idanalyticbh ioutil iobasic"
+ActiveThorns = "ADMCoupling Boundary Time ADMconstraints pugh pughreduce CartGrid3D CoordBase SymBase ADMBase StaticConformal admmacros coordgauge spacemask ADM idanalyticbh ioutil iobasic localreduce"
# GENERAL
@@ -52,4 +52,4 @@ IOBasic::outInfo_every = 1
IOBasic::outInfo_vars = "admconstraints::ham admbase::gxx"
# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no" \ No newline at end of file
+IO::new_filename_scheme = "no"