Skip to content

Commit

Permalink
Fortran: update a comment
Browse files Browse the repository at this point in the history
Split the list of subroutines into cases #1 and #2, just for clarity.

(cherry picked from commit 596557e)
  • Loading branch information
jsquyres committed Aug 31, 2015
1 parent 1fee8ef commit 27ec238
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ompi/mpi/fortran/use-mpi-f08/mpi-f-interfaces-bind.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -137,25 +138,27 @@
! 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
! MPI_Testall
! MPI_Testany
! MPI_Testsome
! MPI_Test_cancelled
! MPI_Type_get_attr
! MPI_Win_get_attr
! MPI_Win_test
!

interface
Expand Down

0 comments on commit 27ec238

Please sign in to comment.