Skip to content

Commit

Permalink
Tweak intel compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Oct 9, 2023
1 parent e97270d commit 608c3d0
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 @@ -63,7 +63,7 @@ jobs:
run: dnf install -y libxcrypt-compat || true
- name: Install fedora procps
run: dnf install -y procps || true
- run: dnf install -y intel-oneapi-compiler-fortran-2023.1.0 intel-oneapi-mkl-devel-2023.1.0 intel-oneapi-mpi-devel-2021.9.0-43482.x86_64 intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.1.0 openmpi-devel mpich-devel
- run: dnf install -y intel-oneapi-compiler-fortran-2023.2.1-16 intel-oneapi-mkl-devel-2023.2.0-49495 intel-oneapi-mpi-devel-2021.10.0-49371 openmpi-devel mpich-devel
- run: /opt/intel/oneapi/modulefiles-setup.sh
- name: Build RPM
run: |
Expand Down

0 comments on commit 608c3d0

Please sign in to comment.