From 27ec238dd308f90266b9ca2c17cb32f6c8847eee Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 31 Aug 2015 03:09:43 -0700 Subject: [PATCH] Fortran: update a comment Split the list of subroutines into cases #1 and #2, just for clarity. (cherry picked from commit 596557e61b4542f85226b0f4a0e1d99453f1c997) --- .../mpi/fortran/use-mpi-f08/mpi-f-interfaces-bind.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ompi/mpi/fortran/use-mpi-f08/mpi-f-interfaces-bind.h b/ompi/mpi/fortran/use-mpi-f08/mpi-f-interfaces-bind.h index 3dc3a83e196..6d2e0ea0494 100644 --- a/ompi/mpi/fortran/use-mpi-f08/mpi-f-interfaces-bind.h +++ b/ompi/mpi/fortran/use-mpi-f08/mpi-f-interfaces-bind.h @@ -124,6 +124,7 @@ ! Wasn't that simple? Here's the list of subroutines that are not ! prototyped in this file because they fall into case #1 or #2, above. ! +! Case #1: ! MPI_Cart_create ! MPI_Cart_get ! MPI_Cart_map @@ -137,15 +138,20 @@ ! MPI_File_set_atomicity ! MPI_Finalized ! MPI_Graph_create -! MPI_Improbe ! MPI_Info_get ! MPI_Info_get_valuelen ! MPI_Initialized ! MPI_Intercomm_merge -! MPI_Iprobe ! MPI_Is_thread_main ! MPI_Op_commutative ! MPI_Op_create +! MPI_Type_get_attr +! MPI_Win_get_attr +! MPI_Win_test +! +! Case #2: +! MPI_Iprobe +! MPI_Improbe ! MPI_Request_get_status ! MPI_Status_set_cancelled ! MPI_Test @@ -153,9 +159,6 @@ ! MPI_Testany ! MPI_Testsome ! MPI_Test_cancelled -! MPI_Type_get_attr -! MPI_Win_get_attr -! MPI_Win_test ! interface