Skip to content

Commit 67cd8bf

Browse files
authored
Add list of supported compilers/platforms/architectures
- list combinations tested in the GH actions CI - list reported failing compilers
1 parent c9f3195 commit 67cd8bf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,31 @@ You can install conda using the [miniforge installer](https://github.com/conda-f
6969
Also, you can install a Fortran compiler from conda-forge by installing the ``fortran-compiler`` package, which installs GFortran.
7070

7171

72+
### Supported Compilers
73+
74+
The following combinations are tested on the default branch of stdlib:
75+
76+
Name | Version | Platform | Architecture
77+
--- | --- | --- | ---
78+
GCC Fortran | 7, 8, 9, 10 | Ubuntu 18.04 | x86_64
79+
GCC Fortran | 7, 8, 9, 10 | MacOS Catalina 10.15 | x86_64
80+
GCC Fortran | 8 | Windows Server 2019 | x86_64
81+
GCC Fortran (MSYS) | 10 | Windows Server 2019 | x86_64
82+
GCC Fortran (MinGW) | 10 | Windows Server 2019 | x86_64, i686
83+
Intel oneAPI classic | 2021.1 | Ubuntu 20.04 | x86_64
84+
85+
We try to test as many available compilers and platforms as possible.
86+
A list of tested compilers which are currently not working and the respective issue are listed below.
87+
88+
Name | Version | Platform | Architecture | Status
89+
--- | --- | --- | --- | ---
90+
NVIDIA HPC SDK | 20.7, 20.9, 20.11 | Manjaro Linux 20 | x86_64 | [#107](https://github.com/fortran-lang/stdlib/issues/107)
91+
NAG | 7.0 | RHEL | x86_64 | [#108](https://github.com/fortran-lang/stdlib/issues/108)
92+
Intel Parallel Studio XE | 16, 17, 18 | OpenSUSE | x86_64 | failed to compile
93+
94+
Please share your experience with successful and failing builds for compiler/platform/architecture combinations not covered above.
95+
96+
7297
### Build with CMake
7398

7499
Configure the build with

0 commit comments

Comments
 (0)