Skip to content

Commit

Permalink
Update Intel hpckit version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jul 11, 2024
1 parent da085fd commit 9f0cd71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/Linux-gnu-x86_64.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# CP2K (GNU x86_64) arch file for Linux clusters
#
# Tested with: GNU 14.1.0, MPICH 4.0.3 and OpenMPI 4.1.6,
# Tested with: GNU 14.1.0, MPICH 4.0.3 and OpenMPI 5.0.3,
# ScaLAPACK 2.2.1, OpenBLAS 0.3.27,
# FFTW 3.3.10, ELPA 2024.03.001, HDF5 1.14.2,
# LIBINT 2.6.0, LIBXC 6.2.2, PLUMED 2.9.0,
Expand All @@ -17,7 +17,7 @@
# Optionally, GNU compiler and MPI implementation can be specified as arguments.
# Replace or adapt the "module add" commands below if needed.
#
# Last update: 02.07.2024
# Last update: 11.07.2024
#
# \
if [[ "${0}" == "${BASH_SOURCE}" ]]; then \
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.test_intel-psmp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Usage: docker build -f ./Dockerfile.test_intel-psmp ../../
#

FROM intel/hpckit:2024.2.0-devel-ubuntu22.04
FROM intel/hpckit:2024.2.0-1-devel-ubuntu22.04

# Install requirements for the toolchain.
WORKDIR /opt/cp2k-toolchain
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/generate_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def toolchain_ubuntu2004_nompi(gcc_version: int = 8) -> str:
# ======================================================================================
def toolchain_intel() -> str:
return rf"""
FROM intel/hpckit:2024.2.0-devel-ubuntu22.04
FROM intel/hpckit:2024.2.0-1-devel-ubuntu22.04
""" + install_toolchain(
base_image="ubuntu",
Expand Down

0 comments on commit 9f0cd71

Please sign in to comment.