Skip to content
Snippets Groups Projects
Commit 027625c7 authored by Micael Oliveira's avatar Micael Oliveira
Browse files

In the walltimer test, do not match the message about the walltimer stopping...

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.
parent 97427587
No related branches found
No related tags found
Loading
Pipeline #271930921 passed
This commit is part of merge request !1299. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment