Skip to content

Commit

Permalink
Don't test Intel compilers on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 11, 2024
1 parent 4e18db4 commit d35b451
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
version: '2023.2'
metis: 64
allow_failure: true
- os: windows-latest
compiler: intel
version: '2023.2'
metis: 32
allow_failure: true
- os: windows-latest
compiler: intel
version: '2023.2'
metis: 64
# - os: windows-latest
# compiler: intel
# version: '2023.2'
# metis: 32
# allow_failure: true
# - os: windows-latest
# compiler: intel
# version: '2023.2'
# metis: 64
allow_failure: true
- os: ubuntu-latest
compiler: nvidia-hpc
Expand Down Expand Up @@ -142,13 +142,8 @@ jobs:
METIS64="true"
fi
if [[ "${{matrix.compiler}}" == "intel" ]]; then
if [[ "${{matrix.os}}" == "windows-latest" ]]; then
LIBBLAS="mkl_rt.2"
LIBLAPACK="mkl_rt.2"
else
LIBBLAS="mkl_rt"
LIBLAPACK="mkl_rt"
fi
LIBBLAS="mkl_rt"
LIBLAPACK="mkl_rt"
fi
if [[ "${{matrix.compiler}}" == "nvidia-hpc" ]]; then
CSTD="none"
Expand Down

0 comments on commit d35b451

Please sign in to comment.