Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches:
- main
- develop*
- math
paths-ignore:
- '**.md'
schedule:
Expand Down
5 changes: 3 additions & 2 deletions setup-fortran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,11 @@ mkl_version_map_m()
2021.1.0 | 2021.2.0 | 2021.3.0 | 2021.4.0 | 2023.2.0)
mkl_version=2023.2.0
;;
# compiler versions 2021.5, 2021.6, 2021.7, 2021.7.1, 2021.8, 2021.9 work with other basekits
# compiler versions 2021.9 works with other basekits
2023.1.0)
mkl_version=2022.2.0
mkl_version=2023.1.0
;;
# all others don't work with any basekit
*)
mkl_version=""
;;
Expand Down