line_prolog        75 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c static void dump_int_array( int level, int output_id, char* prolog, char* line_prolog, int* array, size_t length )
line_prolog        82 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         opal_output_verbose(level, output_id, "%s [%lu:%i] ", line_prolog, i, array[i]);
line_prolog        85 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c static void dump_double_array( int level, int output_id, char* prolog, char* line_prolog, double* array, size_t length )
line_prolog        92 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         opal_output_verbose(level, output_id, "%s [%lu:%lf] ", line_prolog, i, array[i]);