Skip to content

Commit a119733

Browse files
committed
resolve failed configuration generic
Signed-off-by: laraPPr <[email protected]>
1 parent a31d4aa commit a119733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eb_hooks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ def pre_configure_hook_wrf_aarch64(self, *args, **kwargs):
10031003
raise EasyBuildError("WRF-specific hook triggered for non-WRF easyconfig?!")
10041004

10051005

1006-
def pre_configure_hook_LAMMPS_zen4_and_Aarch64_cuda(self, *args, **kwargs):
1006+
def pre_configure_hook_LAMMPS_zen4_and_aarch64_cuda(self, *args, **kwargs):
10071007
"""
10081008
pre-configure hook for LAMMPS:
10091009
- set kokkos_arch on x86_64/amd/zen4 and aarch64/nvidia/grace
@@ -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'] = 'NATIVE'
1034+
self.cfg['kokkos_arch'] = 'ARMV7'
10351035

10361036
# Disable SIMD for specific CUDA versions
10371037
if self.version == '2Aug2023_update2':
@@ -1614,7 +1614,7 @@ def post_easyblock_hook(self, *args, **kwargs):
16141614
'PMIx': pre_configure_hook_pmix_ipv6,
16151615
'PRRTE': pre_configure_hook_prrte_ipv6,
16161616
'WRF': pre_configure_hook_wrf_aarch64,
1617-
'LAMMPS': pre_configure_hook_LAMMPS_zen4_and_Aarch64_cuda,
1617+
'LAMMPS': pre_configure_hook_LAMMPS_zen4_and_aarch64_cuda,
16181618
'Score-P': pre_configure_hook_score_p,
16191619
'VSEARCH': pre_configure_hook_vsearch,
16201620
'CMake': pre_configure_hook_cmake_system,

0 commit comments

Comments
 (0)