From: heister Date: Sat, 16 Feb 2013 21:23:43 +0000 (+0000) Subject: update test X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06b2039c5f1bc50bf390ab0d8b7a942bc3dcb0f1;p=dealii-svn.git update test git-svn-id: https://svn.dealii.org/trunk@28425 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/ghost_03.cc b/tests/mpi/ghost_03.cc index 79e8bf433e..e02a92e979 100644 --- a/tests/mpi/ghost_03.cc +++ b/tests/mpi/ghost_03.cc @@ -63,7 +63,7 @@ void test () catch (...){} try { - v=2.0; + v=0.0; } catch (...){} try diff --git a/tests/mpi/ghost_03/ncpu_10/cmp/generic b/tests/mpi/ghost_03/ncpu_10/cmp/generic index 1d58fd3a1d..034d213f85 100644 --- a/tests/mpi/ghost_03/ncpu_10/cmp/generic +++ b/tests/mpi/ghost_03/ncpu_10/cmp/generic @@ -1,6 +1,7 @@ DEAL:0::numproc=10 -DEAL:0::0:0.000 -DEAL:0::1:2.000 -DEAL:0::ghost: 2.000 +DEAL:0::ExcGhostsPresent() +DEAL:0::ExcGhostsPresent() +DEAL:0::ExcGhostsPresent() +DEAL:0::ExcGhostsPresent() DEAL:0::OK diff --git a/tests/mpi/ghost_03/ncpu_4/cmp/generic b/tests/mpi/ghost_03/ncpu_4/cmp/generic index c727015a8d..addea019e1 100644 --- a/tests/mpi/ghost_03/ncpu_4/cmp/generic +++ b/tests/mpi/ghost_03/ncpu_4/cmp/generic @@ -1,4 +1,7 @@ DEAL:0::numproc=4 -ExcGhostPresent +DEAL:0::ExcGhostsPresent() +DEAL:0::ExcGhostsPresent() +DEAL:0::ExcGhostsPresent() +DEAL:0::ExcGhostsPresent() DEAL:0::OK