Skip to content

docs(readme): miscellaneous #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2023
Merged
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
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,8 @@ jobs:
- *gcc* (for `gfortran`)
- *intel* (for `ifx`)
- *intel-classic* (for `ifort`)
- *version*: Version of the compiler toolchain, available options are
- *5–13* for *gcc*
- *2021.1–2023.2* for *intel*
- *2021.1–2021.10* for *intel-classic*
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) chart below.

**Note:** version 13 of the GNU toolchain is not yet available on Windows.


## Outputs
Expand Down Expand Up @@ -100,6 +96,7 @@ Support for the GCC toolchain varies across GitHub-hosted runner images.
| windows-2022 | | | ✓ | ✓ | ✓ | ✓ | ✓ |
<!-- compat ends -->

**Note:** version 13 of the GNU toolchain is not yet available on Windows.

Supported Intel toolchains:

Expand All @@ -109,6 +106,7 @@ Supported Intel toolchains:
| ubuntu-\* | intel-classic | 2021.10, 2021.9, 2021.8, <br/> 2021.7.1, 2021.7, 2021.6, 2021.5, <br/> 2021.4, 2021.3, 2021.2, 2021.1.2, 2021.1 |
| macos-\* | intel-classic | 2021.10, 2021.9, 2021.8, <br/> 2021.7.1, 2021.7, 2021.6, 2021.5, <br/> 2021.4, 2021.3, 2021.2, 2021.1 |

**Note:** on macOS the `intel`/`ifx` compiler option is not suppoted, only `intel-classic` with the `ifort` compiler.

## License

Expand Down