Skip to content

Commit dfa749e

Browse files
committed
increase intel-oneapi-mpi-devel version to 2021.14
Signed-off-by: mahdikhashan <mahdikhashan1@gmail.com>
1 parent 7f94988 commit dfa749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/base/intel-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt update \
1818
&& apt install -y --no-install-recommends \
1919
libstdc++-12-dev binutils procps clang \
2020
intel-oneapi-compiler-dpcpp-cpp \
21-
intel-oneapi-mpi-devel-2021.13 \
21+
intel-oneapi-mpi-devel-2021.14 \
2222
&& rm -rf /var/lib/apt/lists/*
2323

2424
ENV I_MPI_CC=clang I_MPI_CXX=clang++

0 commit comments

Comments
 (0)