commcount 597 ompi/debuggers/ompi_msgq_dll.c int i, commcount = 0, context_id; commcount 643 ompi/debuggers/ompi_msgq_dll.c for( i = 0; (commcount < (comm_size - number_free)) && (i < comm_size); i++ ) { commcount 651 ompi/debuggers/ompi_msgq_dll.c commcount++; commcount 700 ompi/debuggers/ompi_msgq_dll.c commcount = 0; commcount 705 ompi/debuggers/ompi_msgq_dll.c commcount++; commcount 719 ompi/debuggers/ompi_msgq_dll.c if (commcount) { commcount 722 ompi/debuggers/ompi_msgq_dll.c (communicator_t **) mqs_malloc(commcount * sizeof (communicator_t *)); commcount 725 ompi/debuggers/ompi_msgq_dll.c for (i=0; i<commcount; i++, comm=comm->next) commcount 729 ompi/debuggers/ompi_msgq_dll.c qsort (comm_array, commcount, sizeof (communicator_t *), compare_comms); commcount 733 ompi/debuggers/ompi_msgq_dll.c for (i=0; i<commcount; i++) {