Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

yzanhua
Copy link
Contributor

@yzanhua yzanhua commented Jan 10, 2024

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.

Add -fallow-argument-mismatch as a new choice to allow type mismatch.
@wkliao
Copy link
Member

wkliao commented Jan 13, 2024

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

@wkliao wkliao merged commit 0ac184c into Parallel-NetCDF:master Jan 15, 2024
3 of 4 checks passed
@wkliao
Copy link
Member

wkliao commented Jan 15, 2024

This appears to be a simpler solution than #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants