Skip to content

MAPL fails to build on Ubuntu 18.04 with gfortran 9.3.0 #892

@rmontuoro

Description

@rmontuoro

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)

@mathomp4, @tclune - any suggestions?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions