Parallel-NetCDF / PnetCDF

Source code repository of PnetCDF library and utilities
https://parallel-netcdf.github.io
Other
80 stars 22 forks source link

Flash-io benchmark configure: add fortran compiler flag to allow type mismatch #114

Closed yzanhua closed 7 months ago

yzanhua commented 8 months ago

The original configure script checks for the Fortran compiler flag that allows type mismatch. However, only '', and '-mismatch' are the candidates. Neither of them works for gcc 11.3.0.

This PR adds '-fallow-argument-mismatch' as a new candidate.

wkliao commented 7 months ago

Are you building FLASH-IO independently from PnetCDF? Please see #63

wkliao commented 7 months ago

This appears to be a simpler solution than #63