Skip to content

GFortran 10 Argument Mismatch #206

@ax3l

Description

@ax3l

Just as in ADIOS2: ornladios/ADIOS2#2228

@michaelkuhn reported an issue in Spack, which indicated that ADIOS needs the Fortran compiler flag -fallow-argument-mismatch flag in order to build with GCC/GFortran 10.

Note:

Using this option is strongly discouraged. It is possible to provide standard-conforming code which allows different types of arguments by using an explicit interface and TYPE(*). 

https://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html

Describe the bug
Please see spack/spack#16569

To Reproduce
s. above

Desktop (please complete the following information):

  • OS/Platform: Ubuntu
  • Build: GCC 10
  • ADIOS version: 1.13.1

Additional context
See: spack/spack#16569

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions