We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2a7a2 commit 41baa12Copy full SHA for 41baa12
Dockerfile.intel
@@ -18,10 +18,14 @@ RUN apt-get update && \
18
intel-oneapi-compiler-fortran \
19
intel-oneapi-mkl-devel \
20
intel-oneapi-mpi-devel \
21
+ intel-oneapi-mkl-devel-sycl \
22
intel-oneapi-vtune && \
23
apt-get clean && \
24
rm -rf /var/lib/apt/lists/*
25
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
+
29
# Set oneAPI environment variables
30
ENV ONEAPI_ROOT=/opt/intel/oneapi
31
ENV I_MPI_ROOT=${ONEAPI_ROOT}/mpi/latest
0 commit comments