Skip to content

Commit 3963f1b

Browse files
committed
Merge branch 'LAMMPS_hook' into test_LAMMPS_HOOK
2 parents 8c78f2f + 838f363 commit 3963f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ def pre_configure_hook_LAMMPS_zen4_and_Aarch64_cuda(self, *args, **kwargs):
10311031
self.cfg['kokkos_arch'] = 'ARMV81'
10321032
# To disable simd kokkos_arch need to be set to ARMV7
10331033
if self.cuda:
1034-
self.cfg['kokkos_arch'] = 'ARMV7'
1034+
self.cfg['kokkos_arch'] = 'NATIVE'
10351035

10361036
# Disable SIMD for specific CUDA versions
10371037
if self.version == '2Aug2023_update2':

0 commit comments

Comments
 (0)