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 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
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
161164interface
You can’t perform that action at this time.
0 commit comments