-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
🪲 BugfixThis fixes a bug!This fixes a bug!
Description
When building MAPL with gfortran 9.3.0 on Ubuntu 18.04, the build fails with the following error:
[...]/mapl-v2.7.1/shared/Interp/Interp_implementation.F90:1:25:
1 | submodule (MAPL_InterpMod) Interp_implementation
| 1
2 | use, intrinsic :: iso_fortran_env, only: REAL32
| 2
Error: Symbol ‘real32’ at (1) conflicts with the symbol at (2)
[...]/mapl-v2.7.1/shared/Interp/Interp_implementation.F90:1:25:
1 | submodule (MAPL_InterpMod) Interp_implementation
| 1
2 | use, intrinsic :: iso_fortran_env, only: REAL32
3 | use, intrinsic :: iso_fortran_env, only: REAL64
| 2
Error: Symbol ‘real64’ at (1) conflicts with the symbol at (2)
Metadata
Metadata
Labels
🪲 BugfixThis fixes a bug!This fixes a bug!