aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryye00 <yye00@41e88fdd-2190-4c69-9c84-4659c8cf322e>2005-12-09 17:48:12 +0000
committeryye00 <yye00@41e88fdd-2190-4c69-9c84-4659c8cf322e>2005-12-09 17:48:12 +0000
commit243b029a820b8776c155c7cb7030dcf5c815b83b (patch)
tree92c48b93e76051e151e98fe5b4ab23f1cb62930d
parent2a56ba4cda45043a37a97695c28cf27211dcdd93 (diff)
adding a 1e-6 rel. and abs. tolerance. I think the problem arises from casting data-types in MPI implementations on 64 bit machines, I am uncertain however and will investigate in the future
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@69 41e88fdd-2190-4c69-9c84-4659c8cf322e
-rw-r--r--test/test.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.ccl b/test/test.ccl
new file mode 100644
index 0000000..d6a42df
--- /dev/null
+++ b/test/test.ccl
@@ -0,0 +1,5 @@
+# fix the relative and absolute tolerances to 1e-5
+
+ABSTOL 1e-6
+RELTOL 1e-6
+