From 06b2039c5f1bc50bf390ab0d8b7a942bc3dcb0f1 Mon Sep 17 00:00:00 2001 From: heister Date: Sat, 16 Feb 2013 21:23:43 +0000 Subject: [PATCH] update test git-svn-id: https://svn.dealii.org/trunk@28425 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/ghost_03.cc | 2 +- tests/mpi/ghost_03/ncpu_10/cmp/generic | 7 ++++--- tests/mpi/ghost_03/ncpu_4/cmp/generic | 5 ++++- 3 files changed, 9 insertions(+), 5 deletions(-) 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 -- 2.39.5