You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ jobs:
53
53
with:
54
54
compiler: ${{ matrix.toolchain.compiler }}
55
55
version: ${{ matrix.toolchain.version }}
56
+
install_mkl: "true"
56
57
57
58
- run: |
58
59
${{ env.FC }} ... # environment vars FC, CC, and CXX are set
@@ -69,6 +70,7 @@ jobs:
69
70
- *lfortran* for `lfortran`
70
71
- *nvidia-hpc* for `nvfortran`
71
72
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) charts below.
73
+
- *install_mkl*: If MKL libraries should be installed alongsider the intel compiler. Defaults to `false`.
72
74
73
75
74
76
## Outputs
@@ -119,6 +121,8 @@ Toolchain support varies across GitHub-hosted runner images.
119
121
120
122
**Note:** LFortran is currently only discoverable by name with `bash` on Windows, see [here for context](https://github.com/fortran-lang/setup-fortran/pull/57#issuecomment-2021605094).
121
123
124
+
**Note:** MKL libraries can only be installed for the Intel Fortran compiler, and only on linux and MacOS operating systems; with the exception of intel-classic 2021.5, for which no compatible library is available.
125
+
122
126
## License
123
127
124
128
Licensed under the Apache License, Version 2.0 (the “License”);
0 commit comments