File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
ompi/mpi/fortran/use-mpi-f08 Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 124
124
! Wasn 't that simple? Here' s the list of subroutines that are not
125
125
! prototyped in this file because they fall into case #1 or #2, above.
126
126
!
127
+ ! Case #1 :
127
128
! MPI_Cart_create
128
129
! MPI_Cart_get
129
130
! MPI_Cart_map
137
138
! MPI_File_set_atomicity
138
139
! MPI_Finalized
139
140
! MPI_Graph_create
140
- ! MPI_Improbe
141
141
! MPI_Info_get
142
142
! MPI_Info_get_valuelen
143
143
! MPI_Initialized
144
144
! MPI_Intercomm_merge
145
- ! MPI_Iprobe
146
145
! MPI_Is_thread_main
147
146
! MPI_Op_commutative
148
147
! 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
149
155
! MPI_Request_get_status
150
156
! MPI_Status_set_cancelled
151
157
! MPI_Test
152
158
! MPI_Testall
153
159
! MPI_Testany
154
160
! MPI_Testsome
155
161
! MPI_Test_cancelled
156
- ! MPI_Type_get_attr
157
- ! MPI_Win_get_attr
158
- ! MPI_Win_test
159
162
!
160
163
161
164
interface
You can’t perform that action at this time.
0 commit comments