Skip to content

Commit 596557e

Browse files
committed
Fortran: update a comment
Split the list of subroutines into cases #1 and #2, just for clarity.
1 parent c843358 commit 596557e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

ompi/mpi/fortran/use-mpi-f08/mpi-f-interfaces-bind.h

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
! Wasn't that simple? Here's the list of subroutines that are not
125125
! prototyped in this file because they fall into case #1 or #2, above.
126126
!
127+
! Case #1:
127128
! MPI_Cart_create
128129
! MPI_Cart_get
129130
! MPI_Cart_map
@@ -137,25 +138,27 @@
137138
! MPI_File_set_atomicity
138139
! MPI_Finalized
139140
! MPI_Graph_create
140-
! MPI_Improbe
141141
! MPI_Info_get
142142
! MPI_Info_get_valuelen
143143
! MPI_Initialized
144144
! MPI_Intercomm_merge
145-
! MPI_Iprobe
146145
! MPI_Is_thread_main
147146
! MPI_Op_commutative
148147
! MPI_Op_create
148+
! MPI_Type_get_attr
149+
! MPI_Win_get_attr
150+
! MPI_Win_test
151+
!
152+
! Case #2:
153+
! MPI_Iprobe
154+
! MPI_Improbe
149155
! MPI_Request_get_status
150156
! MPI_Status_set_cancelled
151157
! MPI_Test
152158
! MPI_Testall
153159
! MPI_Testany
154160
! MPI_Testsome
155161
! MPI_Test_cancelled
156-
! MPI_Type_get_attr
157-
! MPI_Win_get_attr
158-
! MPI_Win_test
159162
!
160163

161164
interface

0 commit comments

Comments
 (0)