num_procs_total   114 orte/mca/sstore/central/sstore_central_global.c     int num_procs_total;
num_procs_total   193 orte/mca/sstore/central/sstore_central_global.c     info->num_procs_total = 0;
num_procs_total   240 orte/mca/sstore/central/sstore_central_global.c     info->num_procs_total = 0;
num_procs_total   576 orte/mca/sstore/central/sstore_central_global.c     while(handle_info->num_procs_synced < handle_info->num_procs_total) {
num_procs_total   749 orte/mca/sstore/central/sstore_central_global.c     handle_info->num_procs_total = (int)jdata->num_procs;
num_procs_total  1183 orte/mca/sstore/central/sstore_central_global.c     for(i = 0; i < handle_info->num_procs_total; ++i) {
num_procs_total   133 orte/mca/sstore/stage/sstore_stage_global.c     int num_procs_total;
num_procs_total   241 orte/mca/sstore/stage/sstore_stage_global.c     info->num_procs_total  = 0;
num_procs_total   309 orte/mca/sstore/stage/sstore_stage_global.c     info->num_procs_total  = 0;
num_procs_total   680 orte/mca/sstore/stage/sstore_stage_global.c     while(handle_info->num_procs_synced < handle_info->num_procs_total) {
num_procs_total   967 orte/mca/sstore/stage/sstore_stage_global.c     handle_info->num_procs_total = (int)jdata->num_procs;
num_procs_total  1358 orte/mca/sstore/stage/sstore_stage_global.c                              handle_info->num_procs_total));
num_procs_total  1417 orte/mca/sstore/stage/sstore_stage_global.c                          handle_info->num_procs_total));
num_procs_total  1502 orte/mca/sstore/stage/sstore_stage_global.c     while(handle_info->num_procs_done < handle_info->num_procs_total) {
num_procs_total  1690 orte/mca/sstore/stage/sstore_stage_global.c     for(i = 0; i < handle_info->num_procs_total; ++i) {
num_procs_total  1744 orte/mca/sstore/stage/sstore_stage_global.c     perc_done = (handle_info->num_procs_total - handle_info->num_procs_done);
num_procs_total  1745 orte/mca/sstore/stage/sstore_stage_global.c     perc_done = perc_done / (1.0 * handle_info->num_procs_total);