|
- Timestamp:
-
Apr 14, 2022, 8:05:56 PM (3 years ago)
- Author:
-
gallmei
- Comment:
-
add info about nvfortran 22.3
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v100
|
v101
|
|
15 | 15 | * [http://www.oracle.com/technetwork/server-storage/developerstudio sunf95] (Oracle Developer Studio 12.5) |
16 | 16 | * [http://www.pgroup.com/ PGI] (version 15.10+, since 2020 part of NVIDIA HPC SDK, aka nvfortran) |
| 17 | * [https://developer.nvidia.com/hpc-sdk nvfortran] (NVIDIA HPC SDK version 22.3+) |
17 | 18 | * [https://github.com/flang-compiler/flang LLVM/flang] <= flang-7 |
18 | 19 | * Unsupported compilers: |
… |
… |
|
22 | 23 | * [http://www.lahey.com/linux64.htm Lahey] v8.1 is not supported due to missing Fortran 2003 features (GET_ENVIRONMENT_VARIABLE, ISO_C_BINDING, ...) |
23 | 24 | * flang-11+ (i.e. the f18 compiler, relabled again as 'flang') |
24 | | * [https://developer.nvidia.com/hpc-sdk nvfortran] currently (v. 22.2) fails to compile pyevnw.f |
| 25 | * [https://developer.nvidia.com/hpc-sdk nvfortran] <= v22.2 fails to compile pyevnw.f |
25 | 26 | * The Build process is steered via [http://www.gnu.org/software/make/ GNU make].[[BR]] |
26 | 27 | * Automated Makefile dependencies are generated via one of the following methods: |
|