We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9516f0 commit bf334ccCopy full SHA for bf334cc
cscs-checks/apps/cpmd/cpmd_check.py
@@ -51,7 +51,6 @@ def elapsed_time(self):
51
52
@sanity_function
53
def assert_energy_diff(self):
54
- # OpenMP version of CPMD segfaults
55
energy = sn.extractsingle(
56
r'CLASSICAL ENERGY\s+-(?P<result>\S+)',
57
self.stdout, 'result', float)
0 commit comments