You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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(*).
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:
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):
Additional context
See: spack/spack#16569
The text was updated successfully, but these errors were encountered: