Skip to content

Commit

Permalink
CI don't specify intel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Apr 16, 2024
1 parent 55d6763 commit 96be668
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/fds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ 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-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 \
- run: dnf install -y intel-oneapi-compiler-fortran \
intel-oneapi-mkl-devel \
intel-oneapi-mpi-devel \
intel-oneapi-compiler-dpcpp-cpp \
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic \
openmpi-devel mpich-devel
- run: /opt/intel/oneapi/modulefiles-setup.sh
- name: Build RPM
Expand Down

0 comments on commit 96be668

Please sign in to comment.