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
gen-mpi-sizeof: distinguish between mpi and mpi_f08 versions
The mpi and mpi_f08 versions of MPI_Sizeof have a critical difference:
ierr is required in the mpi subroutines, but optional in mpi_f08
subroutines.
Make sure these specific subroutines therefore have different names.
For the mpi_f08 version, add "_opt" in the specific subroutine name.
Signed-off-by: Jeff Squyres <[email protected]>
0 commit comments