Skip to content

Commit

Permalink
ci: don't install icc and icx
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy authored Apr 18, 2024
1 parent cfcd788 commit 8ede49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install fedora procps
run: dnf install -y procps || true
- name: Install Intel OneAPI packages
run: dnf install -y intel-oneapi-compiler-fortran-2024.1.0-963 intel-oneapi-mkl-devel-2024.1.0-691 intel-oneapi-mpi-devel-2021.12.0-534 intel-oneapi-compiler-dpcpp-cpp-2024.1.0-963 intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.2.1-16 openmpi-devel mpich-devel
run: dnf install -y intel-oneapi-compiler-fortran-2024.1.0-963 intel-oneapi-mkl-devel-2024.1.0-691 intel-oneapi-mpi-devel-2021.12.0-534 openmpi-devel mpich-devel
- run: /opt/intel/oneapi/modulefiles-setup.sh
- name: Build RPM
run: |
Expand Down

0 comments on commit 8ede49e

Please sign in to comment.