rename USER-OMP to OPENMP

This commit is contained in:
Axel Kohlmeyer
2021-06-29 17:48:22 -04:00
parent c085e55695
commit 1dc25b0e10
586 changed files with 257 additions and 276 deletions

View File

@ -1536,7 +1536,7 @@ class lammps(object):
"""
result = {}
for p in ['GPU', 'KOKKOS', 'USER-INTEL', 'USER-OMP']:
for p in ['GPU', 'KOKKOS', 'USER-INTEL', 'OPENMP']:
result[p] = {}
c = 'api'
result[p][c] = []