Commit 4de6c2a
committed
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 <jsquyres@cisco.com>1 parent ae8a549 commit 4de6c2a
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | | - | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
0 commit comments