Skip to content

Commit 5eb9e3d

Browse files
authored
Merge pull request #69 from sourceryinstitute/doc-ifx-info
doc(README): add ifx compiler test results
2 parents 6227ca5 + c76085a commit 5eb9e3d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```
103104
fpm 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
```

test/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)