skip some aliases when checking for missing force style tests

This commit is contained in:
Axel Kohlmeyer
2021-08-22 11:55:37 -04:00
parent db887b4d7a
commit d9538a4745

View File

@ -88,6 +88,9 @@ for header in headers:
style = m[1]
if upper.match(style):
continue
if style in ['reax/c', 'reax/c/omp', 'reax/c/kk',
'reax/c/kk/device', 'reax/c/kk/host', 'meam/c']:
continue
# detect, process, and flag suffix styles:
info = { 'kokkos': 0, 'gpu': 0, 'intel': 0, \