Skip to content

Commit

Permalink
See if we can trigger a rebuild without the FFTW.MPI test hook, to se…
Browse files Browse the repository at this point in the history
…e if we can retrigger the issue on the new Magic Castle cluster
  • Loading branch information
Caspar van Leeuwen committed Oct 26, 2023
1 parent 3b55b9e commit 1d1f149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down
3 changes: 3 additions & 0 deletions eessi-2023.06-eb-4.8.1-2022a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d1f149

Please sign in to comment.