File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3535 sudo apt-get install -y --no-install-recommends \
3636 build-essential \
3737 cmake \
38- intel-oneapi-compiler-dpcpp-cpp intel-oneapi-mkl-devel \
38+ intel-oneapi-compiler-dpcpp-cpp=2024.2.1-1079 \
39+ intel-oneapi-mkl-devel \
3940 g++ gfortran \
4041 libopenmpi-dev \
4142 openmpi-bin \
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ jobs:
112112 set +e
113113 source /opt/intel/oneapi/setvars.sh
114114 set -e
115+ export PATH=$PATH:/opt/intel/oneapi/compiler/2024.2/bin # FIXME
115116 export CXX=$(which icpx)
116117 export CC=$(which icx)
117118
@@ -176,6 +177,7 @@ jobs:
176177 set +e
177178 source /opt/intel/oneapi/setvars.sh
178179 set -e
180+ export PATH=$PATH:/opt/intel/oneapi/compiler/2024.2/bin # FIXME
179181 export CXX=$(which icpx)
180182 export CC=$(which icx)
181183 export CXXFLAGS="-fsycl ${CXXFLAGS}"
You can’t perform that action at this time.
0 commit comments