Skip to content

Commit

Permalink
Fix DNS comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eap committed Dec 24, 2024
1 parent a9ded31 commit 752ae44
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions configs/containers/docker-ubuntu-oneapi-impi.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
###### DO NOT SUBMIT THIS BLOCK #####
## Intel packages
# intel-oneapi-compiler-dpcpp-cpp-2024.2 \
# intel-oneapi-compiler-fortran-2024.2 \
# intel-oneapi-mpi-devel-2021.13 \
# intel-oneapi-tbb-devel-2021.13 \
# intel-oneapi-mkl-devel-2024.2
#
#
## Versions reported by apt cache policy
# compiler - 2024.2.1
# fortran 2024.2.1
# mpi - 2021.13.1
# tbb - 2021.13.1
# mkl - 2024.2.2
#### /end DNS ########################

spack:
concretizer:
unify: true
Expand Down Expand Up @@ -270,9 +253,12 @@ spack:
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \
apt update && \
apt install intel-oneapi-compiler-dpcpp-cpp-2024.2 intel-oneapi-compiler-fortran-2024.2 intel-oneapi-mpi-devel-2021.13 intel-oneapi-tbb-devel-2021.13 intel-oneapi-mkl-devel-2024.2 -y && \
#ln -s /opt/intel/oneapi/mpi/2021.13 /opt/intel/oneapi/mpi/2021.13.1 && \
#ln -s /opt/intel/oneapi/mkl/2024.2 /opt/intel/oneapi/mkl/2024.2.2 && \
#ln -s /opt/intel/oneapi/compiler/2024.2 /opt/intel/oneapi/compiler/2024.2.1 && \
# Intel package versions reported by apt cache policy
# compiler - 2024.2.1
# fortran - 2024.2.1
# mpi - 2021.13.1
# tbb - 2021.13.1
# mkl - 2024.2.2
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100 && \
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 && \
update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-13 100 && \
Expand Down Expand Up @@ -331,4 +317,4 @@ spack:
# Labels for the image
labels:
app: ""
mpi: "intel-llvm-oneapi-mpi"
mpi: "intel-oneapi-mpi"

0 comments on commit 752ae44

Please sign in to comment.