Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Docker/Dockerfile.intel-oneapi-hpckit-ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -y && \
intel-oneapi-common-licensing \
intel-oneapi-common-vars \
intel-oneapi-dev-utilities \
intel-oneapi-dpcpp-cpp-compiler-pro \
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic \
intel-oneapi-ifort \
intel-oneapi-inspector \
intel-oneapi-itac \
Expand All @@ -26,4 +26,4 @@ RUN echo "if [ -z \"$INTEL_SH_GUARD\" ]; then" > /etc/profile.d/intel.sh \
&& echo " source /opt/intel/oneapi/setvars.sh -i_mpi_library_kind=release_mt" >> /etc/profile.d/intel.sh \
&& echo "fi" >> /etc/profile.d/intel.sh \
&& echo "export INTEL_SH_GUARD=1" >> /etc/profile.d/intel.sh \
&& chmod a+x /etc/profile.d/intel.sh
&& chmod a+x /etc/profile.d/intel.sh