File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ summarizes the observed compiler behaviors:
7171| GCC :trophy : | 0 | ` gfortran ` 13.1.0 |
7272| IBM | 1 | ` xlf2008_r ` 17.1.0 on AIX |
7373| Intel | 1 | ` ifort ` 2021.7.0 Build 20220726_000000 |
74- | LLVM | N.A. (see Note 3.) | ` git ` commit ` f5253058144aca1e9fcacd ` (9/20/2022)
74+ | | 1 | ` ifx ` 2024.0.0 Build 20231017 |
75+ | LLVM | N.A. (see Note 3.) | ` git ` commit ` f5253058144aca1e9fcacd ` (9/20/2022) |
7576| NAG :trophy : | 0 | ` nagfor ` 7.1 Build 7113 |
7677| NVIDIA | 2 | ` nvfortran ` 22.7-0 |
7778
@@ -102,6 +103,11 @@ fpm test --compiler nagfor --flag -fpp
102103```
103104fpm test --compiler ifort
104105```
106+ or
107+ ```
108+ fpm test --compiler ifx
109+ ```
110+ where the latter requires ` fpm ` 0.10.0 or later.
105111
106112### IBM
107113```
Original file line number Diff line number Diff line change @@ -124,7 +124,9 @@ Project is up to date
124124```
125125
126126### Intel
127- - Version: 2021.7.0 Build 20220726_000000
127+ - Versions:
128+ - ` ifx ` 2024.0.0 Build 20231017
129+ - ` ifort ` 2021.7.0 Build 20220726\_ 000000
128130- Result: 1 test failure.
129131```
130132 % fpm test --compiler ifort
You can’t perform that action at this time.
0 commit comments