Install SIRIUS for CUDA testers (#5355)

This commit is contained in:
SY Wang 2026-06-05 19:25:58 +08:00 committed by GitHub
parent d41503088a
commit 7c237e455b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 7 additions and 5 deletions

View file

@ -163,8 +163,6 @@ elif [[ "${PROFILE}" == "toolchain_cuda_"* ]] && [[ "${VERSION}" == "psmp" ]]; t
-DCP2K_USE_PLUMED=OFF \
-DCP2K_USE_LIBSMEAGOL=OFF \
-DCP2K_USE_LIBTORCH=OFF \
-DCP2K_USE_DFTD4=OFF \
-DCP2K_USE_TBLITE=OFF \
-DCP2K_USE_GREENX=OFF \
-DCP2K_USE_SPGLIB=OFF \
-DCP2K_USE_VORI=OFF \

View file

@ -44,7 +44,6 @@ RUN ./install_cp2k_toolchain.sh \
--mpi-mode=mpich \
--enable-hip=yes \
--gpu-ver=Mi100 \
--with-dbcsr \
--dry-run
# Dry-run leaves behind config files for the followup install scripts.

View file

@ -44,7 +44,6 @@ RUN ./install_cp2k_toolchain.sh \
--mpi-mode=mpich \
--enable-hip=yes \
--gpu-ver=Mi50 \
--with-dbcsr \
--dry-run
# Dry-run leaves behind config files for the followup install scripts.

View file

@ -37,6 +37,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-mpich=install \
--mpi-mode=mpich \
--enable-cuda=yes \
--with-sirius=install \
--gpu-ver=A100 \
--dry-run

View file

@ -37,6 +37,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-mpich=install \
--mpi-mode=mpich \
--enable-cuda=yes \
--with-sirius=install \
--gpu-ver=P100 \
--dry-run

View file

@ -37,6 +37,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-mpich=install \
--mpi-mode=mpich \
--enable-cuda=yes \
--with-sirius=install \
--gpu-ver=V100 \
--dry-run

View file

@ -37,6 +37,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-mpich=install \
--mpi-mode=mpich \
--enable-cuda=yes \
--with-sirius=install \
--gpu-ver=A100 \
--dry-run

View file

@ -37,6 +37,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-mpich=install \
--mpi-mode=mpich \
--enable-cuda=yes \
--with-sirius=install \
--gpu-ver=P100 \
--dry-run

View file

@ -37,6 +37,7 @@ RUN ./install_cp2k_toolchain.sh \
--with-mpich=install \
--mpi-mode=mpich \
--enable-cuda=yes \
--with-sirius=install \
--gpu-ver=V100 \
--dry-run

View file

@ -588,6 +588,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
with_mpich="install",
mpi_mode="mpich",
enable_cuda="yes",
with_sirius="install",
gpu_ver=gpu_ver,
**kwargs,
)
@ -624,7 +625,6 @@ RUN hipconfig
mpi_mode="mpich",
enable_hip="yes",
gpu_ver=gpu_ver,
with_dbcsr="",
)