Skip to content

Commit

Permalink
add Fortran 2018 rank() check
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 29, 2024
1 parent caa2f6c commit 8de69e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(CheckSourceRuns)

foreach(i IN ITEMS f03abstract f03charalloc f03ieee f03utf8 f03selectType
f08contig f08execute f08kind
f18abstract f18assumed_rank f18prop f18random
f18abstract f18assumed_rank f18prop f18random f2018rank
f2023rank_integer f2023ternary f2023tokenize f2023real16)

include(cmake/${i}.cmake)
Expand Down
4 changes: 3 additions & 1 deletion test/submodule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

See [fortran-submodule](https://github.com/scivision/fortran-submodule) for many more examples.

The examples "explicit.f90" and "procedure.f90" are for an [NVIDIA HPC nvfortran bug](https://forums.developer.nvidia.com/t/fortran-2008-submodule-select-type-bug/231252)
The examples "explicit.f90" and "procedure.f90" were for an
[NVIDIA HPC nvfortran bug](https://forums.developer.nvidia.com/t/fortran-2008-submodule-select-type-bug/231252)
that was FIXED in NVHPC 24.9.

0 comments on commit 8de69e5

Please sign in to comment.