diff --git a/eb_hooks.py b/eb_hooks.py index 31f2b9588d..0b6186ecaf 100644 --- a/eb_hooks.py +++ b/eb_hooks.py @@ -350,7 +350,7 @@ def pre_single_extension_isoband(ext, *args, **kwargs): PRE_TEST_HOOKS = { 'ESPResSo': pre_test_hook_ignore_failing_tests_ESPResSo, - 'FFTW.MPI': pre_test_hook_ignore_failing_tests_FFTWMPI, +# 'FFTW.MPI': pre_test_hook_ignore_failing_tests_FFTWMPI, 'SciPy-bundle': pre_test_hook_ignore_failing_tests_SciPybundle, } diff --git a/eessi-2023.06-eb-4.8.1-2022a.yml b/eessi-2023.06-eb-4.8.1-2022a.yml index 8317a40b7a..b1d1803966 100644 --- a/eessi-2023.06-eb-4.8.1-2022a.yml +++ b/eessi-2023.06-eb-4.8.1-2022a.yml @@ -10,3 +10,6 @@ easyconfigs: - ESPResSo-4.2.1-foss-2022a: options: from-pr: 18963 + - FFTW.MPI-3.3.10-gompi-2022a.eb: + options: + rebuild: True