cnt_nodes         368 orte/util/comm/comm.c     int32_t cnt, cnt_nodes, n;
cnt_nodes         448 orte/util/comm/comm.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&answer, &cnt_nodes, &cnt, OPAL_INT32))) {
cnt_nodes         455 orte/util/comm/comm.c     if (0 < cnt_nodes) {
cnt_nodes         456 orte/util/comm/comm.c         node_info = (orte_node_t**)malloc(cnt_nodes * sizeof(orte_node_t*));
cnt_nodes         458 orte/util/comm/comm.c         for (n=0; n < cnt_nodes; n++) {
cnt_nodes         468 orte/util/comm/comm.c         *num_nodes = cnt_nodes;