Skip to content

Commit 599c630

Browse files
ktrasbonachea
andcommitted
Update README
Co-authored-by: Dan Bonachea <[email protected]>
1 parent 6cdcf30 commit 599c630

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Prerequisites & Dependencies
4545
### Build prerequisites
4646
The `install.sh` script uses the following packages:
4747
* Fortran and C compilers
48-
* We regularly test with: gfortran v14 and LLVM Flang 20
48+
* We regularly test with: gfortran v13, v14 and LLVM Flang 19, 20
4949
* On macOS the Homebrew-installed llvm and flang packages may require some
5050
additional settings, see issue #228 for the latest information.
5151
* [Fortran package manager] `fpm`
@@ -76,16 +76,13 @@ Caffeine leverages the following non-parallel features of Fortran to simplify th
7676
| The `iso_c_binding` module | Fortran 2003 |
7777
| The `contiguous` attribute | Fortran 2008 |
7878
| Submodule support [1] | Fortran 2008 |
79-
| `do concurrent` [2] | Fortran 2008 |
8079
| The `ISO_Fortran_binding.h` C header file | Fortran 2018 |
8180
| Assumed-type dummy arguments: `type(*)` | Fortran 2018 |
8281
| Assumed-rank dummy arguments: `array(..)` | Fortran 2018 |
8382

8483

8584
[1] This feature simplifies development but is not essential to the package
8685

87-
[2] This feature is used to support only `co_reduce` and might become optional in a future release.
88-
8986
Download, build, and run an example
9087
-----------------------------------
9188
Here is an outline of the basic commands used to build Caffeine and run an example:

0 commit comments

Comments
 (0)