From 027625c77de34b4b029c623aa29c0af4ad06b8f3 Mon Sep 17 00:00:00 2001
From: Micael Oliveira <micael.oliveira@mpsd.mpg.de>
Date: Wed, 17 Mar 2021 13:27:43 +0100
Subject: [PATCH] In the walltimer test, do not match the message about the
 walltimer stopping the execution, because in release 10 this is not working
 correctly in parallel due to a possible race condition. The walltimer itself
 does work correctly though.

---
 testsuite/finite_systems_3d/34-walltime.test | 2 --
 1 file changed, 2 deletions(-)

diff --git a/testsuite/finite_systems_3d/34-walltime.test b/testsuite/finite_systems_3d/34-walltime.test
index 2c679fdada..704fe37178 100644
--- a/testsuite/finite_systems_3d/34-walltime.test
+++ b/testsuite/finite_systems_3d/34-walltime.test
@@ -13,7 +13,6 @@ Precision : 7.0e-6
 # First start a ground state calculation that uses the mixing of the density
 Input: 34-walltime.01-gs_walltime.inp
 match ; SCF convergence ; GREPCOUNT(workdir/static/info, 'SCF \*not\* converged') ; 1
-match ; Walltimer ; GREPCOUNT(out, 'Walltimer stopping execution') ; 1
 match ; Writing States ; GREPCOUNT(out, 'Finished writing states') ; 1
 
 # Now restart the previous calculation reading the states, the density, and the mixing
@@ -24,7 +23,6 @@ match ; Initial energy ; GREPFIELD(workdir/static/info, 'Total       =', 3) ; -3
 
 # Now start a TD propagation
 Input: 34-walltime.03-td_walltime.inp
-match ; Walltimer ; GREPCOUNT(out, 'Walltimer stopping execution') ; 1
 match ; Writing States ; GREPCOUNT(out, 'Finished writing states') ; 1
 
 # Finally restart the time propagation after being stopped
-- 
GitLab