min_state 194 orte/mca/snapc/full/snapc_full_global.c int min_state); min_state 197 orte/mca/snapc/full/snapc_full_global.c #define SNAPC_FULL_REPORT_PROGRESS(orted, total, min_state) \ min_state 200 orte/mca/snapc/full/snapc_full_global.c snapc_full_report_progress(orted, total, min_state); \ min_state 2401 orte/mca/snapc/full/snapc_full_global.c int min_state = ORTE_SNAPC_CKPT_MAX; min_state 2434 orte/mca/snapc/full/snapc_full_global.c orte_snapc_ckpt_state_str(&state_str_b, min_state); min_state 2440 orte/mca/snapc/full/snapc_full_global.c min_state, state_str_b )); min_state 2442 orte/mca/snapc/full/snapc_full_global.c if( (int)min_state > (int)orted_snapshot->state ) { min_state 2443 orte/mca/snapc/full/snapc_full_global.c min_state = orted_snapshot->state; min_state 2448 orte/mca/snapc/full/snapc_full_global.c (int)min_state, state_str_a )); min_state 2456 orte/mca/snapc/full/snapc_full_global.c orte_snapc_ckpt_state_str(&state_str_b, min_state); min_state 2459 orte/mca/snapc/full/snapc_full_global.c (int)min_state, state_str_b )); min_state 2470 orte/mca/snapc/full/snapc_full_global.c return min_state; min_state 2669 orte/mca/snapc/full/snapc_full_global.c static void snapc_full_report_progress(orte_snapc_full_orted_snapshot_t *orted_snapshot, int total, int min_state) min_state 1847 orte/mca/snapc/full/snapc_full_local.c int min_state = ORTE_SNAPC_CKPT_MAX; min_state 1866 orte/mca/snapc/full/snapc_full_local.c orte_snapc_ckpt_state_str(&state_str_b, min_state); min_state 1872 orte/mca/snapc/full/snapc_full_local.c (int)min_state, state_str_b )); min_state 1873 orte/mca/snapc/full/snapc_full_local.c if( min_state > vpid_snapshot->super.state ) { min_state 1874 orte/mca/snapc/full/snapc_full_local.c min_state = vpid_snapshot->super.state; min_state 1882 orte/mca/snapc/full/snapc_full_local.c orte_snapc_ckpt_state_str(&state_str_b, min_state); min_state 1885 orte/mca/snapc/full/snapc_full_local.c (int)min_state, state_str_b )); min_state 1896 orte/mca/snapc/full/snapc_full_local.c return min_state;