Skip to content

Including a few more nonabi fortran defines#477

Merged
TApplencourt merged 1 commit intodevelfrom
fortran_nonabi_add
Mar 4, 2026
Merged

Including a few more nonabi fortran defines#477
TApplencourt merged 1 commit intodevelfrom
fortran_nonabi_add

Conversation

@colleeneb
Copy link
Contributor

@colleeneb colleeneb commented Mar 4, 2026

On the next-eval queue on Aurora, there is a newer MPICH which has more non-ABI fortran defines than before, likely due to pmodels/mpich@d6a6ffd.

This updates mpi/headers.patch to add in the additional defines. Thanks to @abagusetty for noticing the issue.

(Adding that this is an extension of #443)

+int MPIR_fortran_true = 1;
+int MPIR_fortran_false = 0;
+#endif
+
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My poor OCD... can you snikely remove the space? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

@TApplencourt
Copy link
Collaborator

(approving now, so I don't forget, but lets wait for @abagusetty greenlight before we merge this :) )

@colleeneb colleeneb force-pushed the fortran_nonabi_add branch from a1a0516 to 26138da Compare March 4, 2026 15:15
@abagusetty
Copy link

@colleeneb @TApplencourt That worked! Thanks for the fix

@TApplencourt TApplencourt merged commit eee5ba0 into devel Mar 4, 2026
29 checks passed
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.

3 participants