From 7537a7f17099c04ebd1520bc6ae093d5585e54b1 Mon Sep 17 00:00:00 2001 From: lara Date: Mon, 30 Oct 2023 16:17:13 +0100 Subject: [PATCH] small fix --- eb_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eb_hooks.py b/eb_hooks.py index 28ee7907a4..546194111d 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -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):