-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use fortran-lang/setup-fortran (intel mpi tests)
- Loading branch information
1 parent
1de5c83
commit 2095a07
Showing
1 changed file
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|