Skip to content

Commit 0741bf1

Browse files
committed
Add irecv, isend, and testany
1 parent 2138804 commit 0741bf1

File tree

3 files changed

+184
-31
lines changed

3 files changed

+184
-31
lines changed

ompi/mpi/fortran/use-mpi-f08/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,15 +332,13 @@ mpi_api_files = \
332332
intercomm_create_from_groups_f08.F90 \
333333
intercomm_merge_f08.F90 \
334334
iprobe_f08.F90 \
335-
irecv_f08.F90 \
336335
ireduce_f08.F90 \
337336
ireduce_scatter_f08.F90 \
338337
ireduce_scatter_block_f08.F90 \
339338
irsend_f08.F90 \
340339
iscan_f08.F90 \
341340
iscatter_f08.F90 \
342341
iscatterv_f08.F90 \
343-
isend_f08.F90 \
344342
isendrecv_f08.F90 \
345343
isendrecv_replace_f08.F90 \
346344
issend_f08.F90 \
@@ -423,7 +421,6 @@ mpi_api_files = \
423421
status_set_elements_f08.F90 \
424422
status_set_elements_x_f08.F90 \
425423
testall_f08.F90 \
426-
testany_f08.F90 \
427424
test_cancelled_f08.F90 \
428425
test_f08.F90 \
429426
testsome_f08.F90 \

0 commit comments

Comments
 (0)