You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the course of checking out a user reported problem:
https://www.mail-archive.com/users@lists.open-mpi.org//msg35382.html
it was discovered that many of the f08 entry points were improperly treating
'c' int args to the internal ompi*_f functions as fortran integers.
This commit fixes that and also addressed the problem reported by
the user. It was a special case where they were building the fortran
bindings with non-default integer size which happened to no longer match
the 'c' int.
The fact that this problem wasn't seen before just shows that probably
99% of the time the default Fortran integer kind is compatible with 'c' int.
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
0 commit comments