MPI_Get_processor_name   37 examples/connectivity_c.c     if (MPI_SUCCESS != MPI_Get_processor_name(name, &length)) {
MPI_Get_processor_name  154 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c     MPI_Get_processor_name(my_procname, &my_procname_len);
MPI_Get_processor_name   85 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_Get_processor_name(my_procname, &my_procname_len);
MPI_Get_processor_name   82 ompi/mpi/cxx/functions_inln.h   (void)MPI_Get_processor_name(name, &resultlen);
MPI_Get_processor_name  241 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_processor_name, mpi_get_processor_name, MPI_GET_PROCESSOR_NAME, (char *name, MPI_Fint *resultlen, MPI_Fint *ierr, int name_len));
MPI_Get_processor_name  663 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Get_processor_name
MPI_Get_processor_name  665 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_processor_name(name, resultlen, ierror)
MPI_Get_processor_name  669 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Get_processor_name
MPI_Get_processor_name  378 ompi/mpi/java/c/mpi_MPI.c     int rc = MPI_Get_processor_name((char*)bufc, &len);
MPI_Get_processor_name   99 orte/test/mpi/crisscross.c  mpierr = MPI_Get_processor_name(process_name, &count);
MPI_Get_processor_name   86 orte/test/mpi/parallel_r64.c  if ( MPI_Get_processor_name(process_name, &count) != MPI_SUCCESS)
MPI_Get_processor_name   86 orte/test/mpi/parallel_r8.c  if ( MPI_Get_processor_name(process_name, &count) != MPI_SUCCESS)
MPI_Get_processor_name   86 orte/test/mpi/parallel_w64.c  if ( MPI_Get_processor_name(process_name, &count) != MPI_SUCCESS)
MPI_Get_processor_name   85 orte/test/mpi/parallel_w8.c     if ( MPI_Get_processor_name(process_name, &count) != MPI_SUCCESS)