comm_keyval       111 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_COMM_NULL_DELETE_FN( MPI_Comm comm, int comm_keyval,
comm_keyval       118 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_COMM_NULL_COPY_FN( MPI_Comm comm, int comm_keyval,
comm_keyval       127 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_COMM_DUP_FN( MPI_Comm comm, int comm_keyval, void* extra_state,
comm_keyval       136 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_NULL_DELETE_FN( MPI_Comm comm, int comm_keyval,
comm_keyval       143 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_NULL_COPY_FN( MPI_Comm comm, int comm_keyval, void* extra_state,
comm_keyval       151 ompi/mpi/c/attr_fn.c int OMPI_C_MPI_DUP_FN( MPI_Comm comm, int comm_keyval, void* extra_state,
comm_keyval        42 ompi/mpi/c/comm_create_keyval.c                            int *comm_keyval, void *extra_state)
comm_keyval        51 ompi/mpi/c/comm_create_keyval.c             (NULL == comm_keyval)) {
comm_keyval        63 ompi/mpi/c/comm_create_keyval.c                                   del_fn, comm_keyval, extra_state, 0, NULL);
comm_keyval        41 ompi/mpi/c/comm_delete_attr.c int MPI_Comm_delete_attr(MPI_Comm comm, int comm_keyval)
comm_keyval        59 ompi/mpi/c/comm_delete_attr.c     ret = ompi_attr_delete(COMM_ATTR, comm, comm->c_keyhash, comm_keyval,
comm_keyval        39 ompi/mpi/c/comm_free_keyval.c int MPI_Comm_free_keyval(int *comm_keyval)
comm_keyval        47 ompi/mpi/c/comm_free_keyval.c         if (NULL == comm_keyval) {
comm_keyval        55 ompi/mpi/c/comm_free_keyval.c     ret = ompi_attr_free_keyval(COMM_ATTR, comm_keyval, 0);
comm_keyval        41 ompi/mpi/c/comm_get_attr.c int MPI_Comm_get_attr(MPI_Comm comm, int comm_keyval,
comm_keyval        57 ompi/mpi/c/comm_get_attr.c         } else if (MPI_KEYVAL_INVALID == comm_keyval) {
comm_keyval        68 ompi/mpi/c/comm_get_attr.c     ret = ompi_attr_get_c(comm->c_keyhash, comm_keyval,
comm_keyval        41 ompi/mpi/c/comm_set_attr.c int MPI_Comm_set_attr(MPI_Comm comm, int comm_keyval, void *attribute_val)
comm_keyval        60 ompi/mpi/c/comm_set_attr.c                           comm_keyval, attribute_val, false);
comm_keyval       103 ompi/mpi/cxx/comm.h   typedef int Copy_attr_function(const Comm& oldcomm, int comm_keyval,
comm_keyval       107 ompi/mpi/cxx/comm.h   typedef int Delete_attr_function(Comm& comm, int comm_keyval,
comm_keyval       423 ompi/mpi/cxx/comm.h   static void Free_keyval(int& comm_keyval);
comm_keyval       425 ompi/mpi/cxx/comm.h   virtual void Set_attr(int comm_keyval, const void* attribute_val) const;
comm_keyval       427 ompi/mpi/cxx/comm.h   virtual bool Get_attr(int comm_keyval, void* attribute_val) const;
comm_keyval       429 ompi/mpi/cxx/comm.h   virtual void Delete_attr(int comm_keyval);
comm_keyval       431 ompi/mpi/cxx/comm.h   static int NULL_COPY_FN(const Comm& oldcomm, int comm_keyval,
comm_keyval       435 ompi/mpi/cxx/comm.h   static int DUP_FN(const Comm& oldcomm, int comm_keyval,
comm_keyval       439 ompi/mpi/cxx/comm.h   static int NULL_DELETE_FN(Comm& comm, int comm_keyval, void* attribute_val,
comm_keyval       619 ompi/mpi/cxx/comm_inln.h MPI::Comm::Free_keyval(int& comm_keyval)
comm_keyval       621 ompi/mpi/cxx/comm_inln.h     (void) MPI_Comm_free_keyval(&comm_keyval);
comm_keyval       625 ompi/mpi/cxx/comm_inln.h MPI::Comm::Set_attr(int comm_keyval, const void* attribute_val) const
comm_keyval       627 ompi/mpi/cxx/comm_inln.h     (void)MPI_Comm_set_attr(mpi_comm, comm_keyval, const_cast<void*>(attribute_val));
comm_keyval       631 ompi/mpi/cxx/comm_inln.h MPI::Comm::Get_attr(int comm_keyval, void* attribute_val) const
comm_keyval       634 ompi/mpi/cxx/comm_inln.h   (void)MPI_Comm_get_attr(mpi_comm, comm_keyval, attribute_val, &flag);
comm_keyval       639 ompi/mpi/cxx/comm_inln.h MPI::Comm::Delete_attr(int comm_keyval)
comm_keyval       641 ompi/mpi/cxx/comm_inln.h   (void)MPI_Comm_delete_attr(mpi_comm, comm_keyval);
comm_keyval       660 ompi/mpi/cxx/comm_inln.h MPI::Comm::DUP_FN(const MPI::Comm& oldcomm, int comm_keyval,
comm_keyval       667 ompi/mpi/cxx/comm_inln.h         ret = MPI_COMM_DUP_FN(oldcomm, comm_keyval, extra_state,
comm_keyval       672 ompi/mpi/cxx/comm_inln.h         return MPI_COMM_DUP_FN(oldcomm, comm_keyval, extra_state,
comm_keyval        24 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_DUP_FN( comm, comm_keyval, extra_state, &
comm_keyval        28 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: comm, comm_keyval, extra_state
comm_keyval        33 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_NULL_COPY_FN( comm, comm_keyval, extra_state, &
comm_keyval        38 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: comm_keyval, extra_state
comm_keyval        43 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_NULL_DELETE_FN( comm, comm_keyval, attribute_val_out, &
comm_keyval        47 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: comm_keyval, attribute_val_out, extra_state, ierr
comm_keyval        52 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_COMM_DUP_FN(oldcomm, comm_keyval, extra_state, attribute_val_in, &
comm_keyval        57 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: comm_keyval
comm_keyval        63 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_COMM_NULL_COPY_FN( comm, comm_keyval, extra_state, &
comm_keyval        69 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: comm_keyval
comm_keyval        75 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h   subroutine MPI_COMM_NULL_DELETE_FN(comm, comm_keyval, attribute_val_out, &
comm_keyval        80 ompi/mpi/fortran/base/attr-fn-int-callback-interfaces.h      integer :: comm_keyval
comm_keyval       113 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* comm, MPI_Fint* comm_keyval,MPI_Aint* attribute_val_out, MPI_Aint* extra_state, MPI_Fint* ierr ),
comm_keyval       114 ompi/mpi/fortran/base/attr_fn_f.c                             (comm, comm_keyval, attribute_val_out, extra_state, ierr) )
comm_keyval       120 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr),
comm_keyval       121 ompi/mpi/fortran/base/attr_fn_f.c                             (comm, comm_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) )
comm_keyval       127 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr),
comm_keyval       128 ompi/mpi/fortran/base/attr_fn_f.c                             (comm, comm_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) )
comm_keyval       134 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* comm, MPI_Fint* comm_keyval,MPI_Fint* attribute_val_out, MPI_Fint* extra_state, MPI_Fint* ierr ),
comm_keyval       135 ompi/mpi/fortran/base/attr_fn_f.c                             (comm, comm_keyval, attribute_val_out, extra_state, ierr) )
comm_keyval       141 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* extra_state, MPI_Fint* attribute_val_in, MPI_Fint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr),
comm_keyval       142 ompi/mpi/fortran/base/attr_fn_f.c                             (comm, comm_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) )
comm_keyval       148 ompi/mpi/fortran/base/attr_fn_f.c                             (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* extra_state, MPI_Fint* attribute_val_in, MPI_Fint* attribute_val_out, ompi_fortran_logical_t* flag, MPI_Fint* ierr),
comm_keyval       149 ompi/mpi/fortran/base/attr_fn_f.c                             (comm, comm_keyval, extra_state, attribute_val_in, attribute_val_out, flag, ierr) )
comm_keyval       225 ompi/mpi/fortran/base/attr_fn_f.c void ompi_comm_null_delete_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval,
comm_keyval       232 ompi/mpi/fortran/base/attr_fn_f.c void ompi_comm_null_copy_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval,
comm_keyval       242 ompi/mpi/fortran/base/attr_fn_f.c void ompi_comm_dup_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval,
comm_keyval       253 ompi/mpi/fortran/base/attr_fn_f.c void ompi_null_delete_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval,
comm_keyval       260 ompi/mpi/fortran/base/attr_fn_f.c void ompi_null_copy_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval,
comm_keyval       271 ompi/mpi/fortran/base/attr_fn_f.c void ompi_dup_fn_f(MPI_Fint* comm, MPI_Fint* comm_keyval,
comm_keyval        42 ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c                            (ompi_aint_copy_attr_function* comm_copy_attr_fn, ompi_aint_delete_attr_function* comm_delete_attr_fn, MPI_Fint *comm_keyval, MPI_Aint *extra_state, MPI_Fint *ierr),
comm_keyval        43 ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c                            (comm_copy_attr_fn, comm_delete_attr_fn, comm_keyval, extra_state, ierr) )
comm_keyval        62 ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c                            (ompi_aint_copy_attr_function* comm_copy_attr_fn, ompi_aint_delete_attr_function* comm_delete_attr_fn, MPI_Fint *comm_keyval, MPI_Aint *extra_state, MPI_Fint *ierr),
comm_keyval        63 ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c                            (comm_copy_attr_fn, comm_delete_attr_fn, comm_keyval, extra_state, ierr) )
comm_keyval        74 ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c                               MPI_Fint *comm_keyval,
comm_keyval        78 ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c     OMPI_SINGLE_NAME_DECL(comm_keyval);
comm_keyval        91 ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c                                        OMPI_SINGLE_NAME_CONVERT(comm_keyval), *extra_state, OMPI_KEYVAL_F77,
comm_keyval       101 ompi/mpi/fortran/mpif-h/comm_create_keyval_f.c         OMPI_SINGLE_INT_2_FINT(comm_keyval);
comm_keyval        41 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c                            (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr),
comm_keyval        42 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c                            (comm, comm_keyval, ierr) )
comm_keyval        61 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c                            (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr),
comm_keyval        62 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c                            (comm, comm_keyval, ierr) )
comm_keyval        69 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c void ompi_comm_delete_attr_f(MPI_Fint *comm, MPI_Fint *comm_keyval,
comm_keyval        77 ompi/mpi/fortran/mpif-h/comm_delete_attr_f.c     c_ierr = PMPI_Comm_delete_attr(c_comm, OMPI_FINT_2_INT(*comm_keyval));
comm_keyval        41 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c                            (MPI_Fint *comm_keyval, MPI_Fint *ierr),
comm_keyval        42 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c                            (comm_keyval, ierr) )
comm_keyval        61 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c                            (MPI_Fint *comm_keyval, MPI_Fint *ierr),
comm_keyval        62 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c                            (comm_keyval, ierr) )
comm_keyval        69 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c void ompi_comm_free_keyval_f(MPI_Fint *comm_keyval, MPI_Fint *ierr)
comm_keyval        72 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c     OMPI_SINGLE_NAME_DECL(comm_keyval);
comm_keyval        74 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c     OMPI_SINGLE_FINT_2_INT(comm_keyval);
comm_keyval        76 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c     c_ierr = PMPI_Comm_free_keyval(OMPI_SINGLE_NAME_CONVERT(comm_keyval));
comm_keyval        80 ompi/mpi/fortran/mpif-h/comm_free_keyval_f.c         OMPI_SINGLE_INT_2_FINT(comm_keyval);
comm_keyval        43 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c                            (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr),
comm_keyval        44 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c                            (comm, comm_keyval, attribute_val, flag, ierr) )
comm_keyval        63 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c                            (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr),
comm_keyval        64 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c                            (comm, comm_keyval, attribute_val, flag, ierr) )
comm_keyval        70 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c void ompi_comm_get_attr_f(MPI_Fint *comm, MPI_Fint *comm_keyval,
comm_keyval        82 ompi/mpi/fortran/mpif-h/comm_get_attr_f.c                                 OMPI_FINT_2_INT(*comm_keyval),
comm_keyval        43 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c                            (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, MPI_Fint *ierr),
comm_keyval        44 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c                            (comm, comm_keyval, attribute_val, ierr) )
comm_keyval        63 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c                            (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, MPI_Fint *ierr),
comm_keyval        64 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c                            (comm, comm_keyval, attribute_val, ierr) )
comm_keyval        70 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c void ompi_comm_set_attr_f(MPI_Fint *comm, MPI_Fint *comm_keyval,
comm_keyval        82 ompi/mpi/fortran/mpif-h/comm_set_attr_f.c                                 OMPI_FINT_2_INT(*comm_keyval),
comm_keyval       125 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_create_keyval, mpi_comm_create_keyval, MPI_COMM_CREATE_KEYVAL, (ompi_aint_copy_attr_function* comm_copy_attr_fn, ompi_aint_delete_attr_function* comm_delete_attr_fn, MPI_Fint *comm_keyval, MPI_Aint *extra_state, MPI_Fint *ierr));
comm_keyval       128 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_delete_attr, mpi_comm_delete_attr, MPI_COMM_DELETE_ATTR, (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr));
comm_keyval       133 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_free_keyval, mpi_comm_free_keyval, MPI_COMM_FREE_KEYVAL, (MPI_Fint *comm_keyval, MPI_Fint *ierr));
comm_keyval       135 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_get_attr, mpi_comm_get_attr, MPI_COMM_GET_ATTR, (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, ompi_fortran_logical_t *flag, MPI_Fint *ierr));
comm_keyval       145 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_set_attr, mpi_comm_set_attr, MPI_COMM_SET_ATTR, (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Aint *attribute_val, MPI_Fint *ierr));
comm_keyval       461 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Null_delete_fn, mpi_null_delete_fn, MPI_NULL_DELETE_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* attribute_val_out, MPI_Fint* extra_state, MPI_Fint* ierr));
comm_keyval       462 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Null_copy_fn, mpi_null_copy_fn, MPI_NULL_COPY_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* extra_state, MPI_Fint* attribute_val_in, MPI_Fint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr));
comm_keyval       463 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Dup_fn, mpi_dup_fn, MPI_DUP_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Fint* extra_state, MPI_Fint* attribute_val_in, MPI_Fint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr));
comm_keyval       464 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_null_delete_fn, mpi_comm_null_delete_fn, MPI_COMM_NULL_DELETE_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* attribute_val_out, MPI_Aint* extra_state, MPI_Fint* ierr));
comm_keyval       465 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_null_copy_fn, mpi_comm_null_copy_fn, MPI_COMM_NULL_COPY_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr));
comm_keyval       466 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_dup_fn, mpi_comm_dup_fn, MPI_COMM_DUP_FN, (MPI_Fint* comm, MPI_Fint* comm_keyval, MPI_Aint* extra_state, MPI_Aint* attribute_val_in, MPI_Aint* attribute_val_out, ompi_fortran_logical_t * flag, MPI_Fint* ierr));
comm_keyval      1287 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h                                      comm_keyval,extra_state,ierror) &
comm_keyval      1294 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: comm_keyval
comm_keyval      1299 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_delete_attr_f(comm,comm_keyval,ierror) &
comm_keyval      1303 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: comm_keyval
comm_keyval      1331 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_free_keyval_f(comm_keyval,ierror) &
comm_keyval      1334 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(INOUT) :: comm_keyval
comm_keyval      1398 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_set_attr_f(comm,comm_keyval,attribute_val,ierror) &
comm_keyval      1403 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: comm_keyval
comm_keyval       307 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_create_keyval(comm_copy_attr_fn, comm_delete_attr_fn, comm_keyval, extra_state, ierror)
comm_keyval       311 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: comm_keyval
comm_keyval       321 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_delete_attr(comm, comm_keyval, ierror)
comm_keyval       323 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: comm_keyval
comm_keyval       377 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_free_keyval(comm_keyval, ierror)
comm_keyval       378 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(inout) :: comm_keyval
comm_keyval       399 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_get_attr(comm, comm_keyval, attribute_val, flag, ierror)
comm_keyval       402 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: comm_keyval
comm_keyval       492 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_set_attr(comm, comm_keyval, attribute_val, ierror)
comm_keyval       495 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: comm_keyval
comm_keyval       307 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_create_keyval(comm_copy_attr_fn, comm_delete_attr_fn, comm_keyval, extra_state, ierror)
comm_keyval       311 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: comm_keyval
comm_keyval       321 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_delete_attr(comm, comm_keyval, ierror)
comm_keyval       323 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: comm_keyval
comm_keyval       377 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_free_keyval(comm_keyval, ierror)
comm_keyval       378 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(inout) :: comm_keyval
comm_keyval       399 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_get_attr(comm, comm_keyval, attribute_val, flag, ierror)
comm_keyval       402 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: comm_keyval
comm_keyval       492 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_set_attr(comm, comm_keyval, attribute_val, ierror)
comm_keyval       495 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: comm_keyval