bufs               99 orte/test/mpi/no-disconnect.c     char bufs   [NCHARS];               /* send buffer  */
bufs              163 orte/test/mpi/no-disconnect.c         sprintf(bufs,"level %d (pid:%d)", level, getpid());
bufs              185 orte/test/mpi/no-disconnect.c                 MPI_Send(&bufs, sizeof(char)*NCHARS, MPI_CHAR, 0, 100, comm[i]);
bufs              198 orte/test/mpi/no-disconnect.c             MPI_Send(&bufs, sizeof(char)*NCHARS, MPI_CHAR, 0, 100, parent);