From 4ab7eec36f99d4f56c441fe082dddcbcdf66f5fc Mon Sep 17 00:00:00 2001
From: Denis Davydov <davydden@gmail.com>
Date: Thu, 17 Mar 2016 15:24:20 +0100
Subject: [PATCH] adjust petsc/deal_solver_02 test to pass on Ubuntu 14.04 +
 GNU compilers + MKL

---
 tests/petsc/deal_solver_02.cc     | 2 +-
 tests/petsc/deal_solver_02.output | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/petsc/deal_solver_02.cc b/tests/petsc/deal_solver_02.cc
index 60e678473e..b41721f845 100644
--- a/tests/petsc/deal_solver_02.cc
+++ b/tests/petsc/deal_solver_02.cc
@@ -55,7 +55,7 @@ check_solve(SolverType          &solver,
     {
       check_solver_within_range(
         solver.solve(A,u,f,P),
-        solver_control.last_step(), 49, 51);
+        solver_control.last_step(), 48, 51);
     }
   catch (std::exception &e)
     {
diff --git a/tests/petsc/deal_solver_02.output b/tests/petsc/deal_solver_02.output
index 144874536d..6df9529eef 100644
--- a/tests/petsc/deal_solver_02.output
+++ b/tests/petsc/deal_solver_02.output
@@ -1,4 +1,4 @@
 
 DEAL::Size 32 Unknowns 961
 DEAL::Solver type: N6dealii14SolverBicgstabINS_13PETScWrappers6VectorEEE
-DEAL::Solver stopped within 49 - 51 iterations
+DEAL::Solver stopped within 48 - 51 iterations
-- 
2.39.5