Skip to content

Commit 41baa12

Browse files
committed
Update Dockerfile.intel
1 parent cf2a7a2 commit 41baa12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.intel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ RUN apt-get update && \
1818
intel-oneapi-compiler-fortran \
1919
intel-oneapi-mkl-devel \
2020
intel-oneapi-mpi-devel \
21+
intel-oneapi-mkl-devel-sycl \
2122
intel-oneapi-vtune && \
2223
apt-get clean && \
2324
rm -rf /var/lib/apt/lists/*
2425

26+
RUN ls -la /opt/intel/oneapi/mkl/latest/lib/intel64/*sycl*dft*
27+
RUN ls -la /opt/intel/oneapi/mkl/latest/lib/intel64/*distributed*
28+
2529
# Set oneAPI environment variables
2630
ENV ONEAPI_ROOT=/opt/intel/oneapi
2731
ENV I_MPI_ROOT=${ONEAPI_ROOT}/mpi/latest

0 commit comments

Comments
 (0)