Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lara committed Oct 30, 2023
1 parent 9d13aa8 commit 7537a7f
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 @@ -279,7 +279,7 @@ def pre_configure_hook_LAMMPS_aarch64(self, *args, **kwargs):
if get_cpu_architecture() == AARCH64:
self.cfg['kokkos_arch'] = 'A64FX'
else:
raise EasyBuildError("PLUMED-specific hook triggered for non-PLUMED easyconfig?!")
raise EasyBuildError("LAMMPS-specific hook triggered for non-LAMMPS easyconfig?!")


def pre_test_hook(self,*args, **kwargs):
Expand Down

0 comments on commit 7537a7f

Please sign in to comment.