Skip to content

IFX bugfix (take 3)#2905

Merged
vchuravy merged 2 commits into
mainfrom
2902_bugfix-ifx-take3
Jun 26, 2026
Merged

IFX bugfix (take 3)#2905
vchuravy merged 2 commits into
mainfrom
2902_bugfix-ifx-take3

Conversation

@joewallwork

Copy link
Copy Markdown
Collaborator

Closes #2902
Based off what I arrived at in #2904

Okay I think I've got the fix for the error reported as well as some other intermittent ones.

The error reported was occurring because the same Fortran module name was being used in different tests, leading to conflicting .mod files with the same name.

Other errors are (I think) fixed by avoiding the second opt step.

I also ensured REQUIRES: fortran is always used (to get the right LLVM version checking) and dropped some unnecessary %loadFortran statements in tests that don't use the bindings.

@joewallwork joewallwork self-assigned this Jun 25, 2026
@joewallwork joewallwork added the bug Something isn't working label Jun 25, 2026
@joewallwork joewallwork marked this pull request as ready for review June 25, 2026 16:28
@joewallwork joewallwork requested a review from wsmoses June 25, 2026 16:28
@joewallwork joewallwork mentioned this pull request Jun 25, 2026
@vchuravy vchuravy added this pull request to the merge queue Jun 26, 2026
Merged via the queue into main with commit 54e1ffb Jun 26, 2026
32 checks passed
@vchuravy vchuravy deleted the 2902_bugfix-ifx-take3 branch June 26, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IFX error

3 participants