Fix Intel tester after PR #3893

This commit is contained in:
Matthias Krack 2025-01-29 12:54:03 +01:00
parent cac185c219
commit ca9d8a1c00
3 changed files with 3 additions and 0 deletions

View file

@ -26,6 +26,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-mkl \
--with-libsmeagol \
--with-libtorch=no \
--with-deepmd=no \
--dry-run
# Dry-run leaves behind config files for the followup install scripts.

View file

@ -26,6 +26,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-mkl \
--with-libsmeagol \
--with-libtorch=no \
--with-deepmd=no \
--dry-run
# Dry-run leaves behind config files for the followup install scripts.

View file

@ -532,6 +532,7 @@ FROM intel/hpckit:2024.2.1-0-devel-ubuntu22.04
with_mkl="",
with_libsmeagol="",
with_libtorch="no",
with_deepmd="no",
)