mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Fix Intel tester after PR #3893
This commit is contained in:
parent
cac185c219
commit
ca9d8a1c00
3 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -532,6 +532,7 @@ FROM intel/hpckit:2024.2.1-0-devel-ubuntu22.04
|
|||
with_mkl="",
|
||||
with_libsmeagol="",
|
||||
with_libtorch="no",
|
||||
with_deepmd="no",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue