add and switch to a workflow file dedicated for OpenMP backend for KOKKOS
This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user