Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
| ericaneininger | Erica Neininger | Met Office | 2026-03-02 |
| mo-lucy-gordon | Lucy Gordon | Met Office | 2026-03-18 |
| shreybh1 | Shrey Bhardwaj | Met Office | 2026-03-26 |

| tinyendian | Wolfgang Hayek | Earth Sciences New Zealand | 2026-05-04 |

2 changes: 2 additions & 0 deletions infrastructure/build/fortran/mpif90.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ifeq '$(MPIF90_COMPILER)' 'GNU'
FORTRAN_COMPILER = gfortran
else ifeq '$(MPIF90_COMPILER)' 'ifort'
FORTRAN_COMPILER = ifort
else ifeq '$(MPIF90_COMPILER)' 'ifx'
FORTRAN_COMPILER = ifx
else ifeq '$(MPIF90_COMPILER)' 'Cray'
FORTRAN_COMPILER = crayftn
else ifeq '$(MPIF90_COMPILER)' 'nvfortran'
Expand Down
Loading