Uh oh!
There was an error while loading. Please reload this page.
Fixes for building with ifx - #237
Merged
Merged
Conversation
- Compile with fpp Some files have preprocessor directives but use the 'f90' (instead of 'F90') file extension so fpp doesn't run for them. Plus, using 'F90' can cause problems on Windows because it's case insensitive. - Remove -O3, fpm already adds -O3 when using --profile release - Reorder to make consistent with nagfor command line
The use of ALL is invalid because it requires an array argument and these argumens are scalar. It looks like this ifx code is supposed to do the same thing as the non-ifx code but without DO CONCURRENT. I'm not sure why. But the ifx code is wrong so it either needs to be fixed or removed. This commit goes with the remove option.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The 0.15.0 build does not currently work with ifx due to a few compiler bugs. These bugs will hopefully be fixed in an upcoming 2025 release of ifx. However, Fiats also has a few bugs that prevent compilation on ifx, which this PR addresses. See the commit messages for each individual commit for more details.