diff --git a/ubuntu b/ubuntu index cd086cd..0dde61f 100644 --- a/ubuntu +++ b/ubuntu @@ -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