Skip to content

Commit

Permalink
ubuntu: test intel compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Mar 20, 2024
1 parent 434432e commit d70eafb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ ENV PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/bin:/opt/intel/oneapi/
ENV LD_LIBRARY_PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64:/opt/intel/oneapi/mkl/latest/lib/intel64}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}
ENV CCACHE_MAXSIZE=250M
WORKDIR /home/kokkos
RUN if [ "${INTEL}" = "yes" ]; then \
icpx --version; \
fi

0 comments on commit d70eafb

Please sign in to comment.