From 243b029a820b8776c155c7cb7030dcf5c815b83b Mon Sep 17 00:00:00 2001 From: yye00 Date: Fri, 9 Dec 2005 17:48:12 +0000 Subject: 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 --- test/test.ccl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/test.ccl 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 + -- cgit v1.2.3