cnt_procs 479 orte/util/comm/comm.c int32_t cnt, cnt_procs, n; cnt_procs 565 orte/util/comm/comm.c if (ORTE_SUCCESS != (ret = opal_dss.unpack(&answer, &cnt_procs, &cnt, OPAL_INT32))) { cnt_procs 572 orte/util/comm/comm.c if (0 < cnt_procs) { cnt_procs 573 orte/util/comm/comm.c proc_info = (orte_proc_t**)malloc(cnt_procs * sizeof(orte_proc_t*)); cnt_procs 575 orte/util/comm/comm.c for (n=0; n < cnt_procs; n++) { cnt_procs 604 orte/util/comm/comm.c *num_procs = (int)cnt_procs;