add and switch to a workflow file dedicated for OpenMP backend for KOKKOS

This commit is contained in:
Trung Nguyen
2024-10-07 15:04:28 -05:00
parent 7b3762881e
commit 09a115cb89
4 changed files with 38 additions and 4 deletions

View File

@ -929,6 +929,7 @@ def get_reference_walltime(lmp_binary, config):
logger.info(msg)
print(msg)
looptime = 1.0
for line in output.split('\n'):
if "Total wall time" in line:
walltime_str = line.split('time:')[1]