Skip to content

Commit

Permalink
Don't use fortran-lang/setup-fortran (intel mpi tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Dec 5, 2023
1 parent 1de5c83 commit 2095a07
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults:
run:
shell: bash
jobs:
test-linux-mpiifort:
test-linux-intel-mpi:
timeout-minutes: 60 # Max execution time (min)
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -66,12 +66,7 @@ jobs:
- name: Install Intel Fortran compiler
if: steps.cache-install.outputs.cache-hit != 'true'
run: |
sudo apt-get install -y intel-oneapi-mpi-devel intel-oneapi-mkl
- uses: fortran-lang/[email protected]
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}
sudo apt-get install -y intel-oneapi-compiler-fortran intel-oneapi-openmp intel-oneapi-mpi intel-oneapi-mpi-devel intel-oneapi-mkl
- name: Set Intel oneAPI environments
run: |
source /opt/intel/oneapi/setvars.sh --force
Expand Down

0 comments on commit 2095a07

Please sign in to comment.