Skip to content

Commit

Permalink
Set correct kokkos variable
Browse files Browse the repository at this point in the history
  • Loading branch information
laraPPr authored Sep 18, 2024
1 parent 0eee496 commit eba92ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def pre_configure_hook_LAMMPS_zen4(self, *args, **kwargs):
if get_cpu_architecture() == X86_64:
if cpu_target == CPU_TARGET_ZEN4:
# There is no support for ZEN4 in LAMMPS yet so falling back to ZEN3
self.cfg['kokkos'] = 'ZEN3'
self.cfg['kokkos_arch'] = 'ZEN3'
else:
raise EasyBuildError("LAMMPS-specific hook triggered for non-LAMMPS easyconfig?!")

Expand Down

0 comments on commit eba92ca

Please sign in to comment.