MPI_Comm_accept   135 ompi/mpi/cxx/intracomm_inln.h   (void) MPI_Comm_accept(const_cast<char *>(port_name), info, root, mpi_comm,
MPI_Comm_accept   120 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_accept, mpi_comm_accept, MPI_COMM_ACCEPT, (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, int port_name_len));
MPI_Comm_accept  2199 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Comm_accept
MPI_Comm_accept  2201 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_accept(port_name, info, root, comm, newcomm&
MPI_Comm_accept  2209 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Comm_accept
MPI_Comm_accept   357 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_accept((char*)port, (MPI_Info)info,
MPI_Comm_accept    32 orte/test/mpi/accept.c         MPI_Comm_accept(port, MPI_INFO_NULL, 0, MPI_COMM_WORLD, &client);
MPI_Comm_accept    27 orte/test/mpi/server.c      MPI_Comm_accept( port_name, MPI_INFO_NULL, 0, MPI_COMM_WORLD, &client );
MPI_Comm_accept   116 orte/test/mpi/singleton_client_server.c       CHK(MPI_Comm_accept(server_port_name, MPI_INFO_NULL, 0,
MPI_Comm_accept   168 orte/test/mpi/singleton_client_server.c       CHK(MPI_Comm_accept(server_port_name, MPI_INFO_NULL, 0, intracomm, &intercomm)) ;