File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,16 +70,16 @@ jobs:
7070 wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
7171 echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
7272 sudo apt update
73- sudo apt install intel-oneapi-common-vars intel-oneapi-compiler-dpcpp-cpp-2025.0.3 intel-oneapi-compiler-fortran-2025.0.3 intel-oneapi-mpi-2021.14 .1 intel-oneapi-mkl-2025.0.1
73+ sudo apt install intel-oneapi-common-vars intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2024.2.1 intel-oneapi-compiler-fortran-2024.2.1 intel-oneapi-mpi-2021.7 .1 intel-oneapi-mkl-2021.4.0
7474 source /opt/intel/oneapi/setvars.sh
7575 echo "CXX=$(which icpx)" >> $GITHUB_ENV
7676 echo "CC=$(which icx)" >> $GITHUB_ENV
7777 echo "FC=$(which ifort)" >> $GITHUB_ENV
7878 echo "OMPI_FC=$(which ifx)" >> $GITHUB_ENV
7979 echo "OMPI_CXX=$(which icpx)" >> $GITHUB_ENV
8080 echo "OMPI_MPICC=$(which icx)" >> $GITHUB_ENV
81- echo "MPI_HOME=/opt/intel/oneapi/mpi/2021.14 .1/" >> $GITHUB_ENV
82- echo "I_MPI_ROOT=/opt/intel/oneapi/mpi/2021.14 .1/" >> $GITHUB_ENV
81+ echo "MPI_HOME=/opt/intel/oneapi/mpi/2021.7 .1/" >> $GITHUB_ENV
82+ echo "I_MPI_ROOT=/opt/intel/oneapi/mpi/2021.7 .1/" >> $GITHUB_ENV
8383
8484 - name : Build
8585 run : |
You can’t perform that action at this time.
0 commit comments