level 207 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c static void visit(int k, int level, int siz, int *a) level 209 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c level = level+1; a[k] = level; level 211 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c if (level == siz) { level 217 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c visit(i, level, siz, a); level 220 contrib/build-mca-comps-outside-of-tree/btl_tcp2_proc.c level = level-1; a[k] = 0; level 50 ompi/mca/coll/base/coll_base_topo.c int level, num; level 52 ompi/mca/coll/base/coll_base_topo.c for( level = 0, num = 0; num <= rank; level++ ) { level 53 ompi/mca/coll/base/coll_base_topo.c num += pown(fanout, level); level 55 ompi/mca/coll/base/coll_base_topo.c return level-1; level 58 ompi/mca/coll/base/coll_base_topo.c static int calculate_num_nodes_up_to_level( int fanout, int level ) level 62 ompi/mca/coll/base/coll_base_topo.c return ((pown(fanout,level) - 1)/(fanout - 1)); level 83 ompi/mca/coll/base/coll_base_topo.c int level; /* location of my rank in the tree structure of size */ level 148 ompi/mca/coll/base/coll_base_topo.c level = calculate_level( fanout, shiftedrank ); level 149 ompi/mca/coll/base/coll_base_topo.c delta = pown( fanout, level ); level 163 ompi/mca/coll/base/coll_base_topo.c slimit = calculate_num_nodes_up_to_level( fanout, level ); level 21 ompi/mca/coll/hcoll/coll_hcoll_debug.h #define HCOL_VERBOSE(level, format, ...) \ level 22 ompi/mca/coll/hcoll/coll_hcoll_debug.h opal_output_verbose(level, mca_coll_hcoll_output, "%s:%d - %s() " format, \ level 30 ompi/mca/coll/hcoll/coll_hcoll_debug.h #define HCOL_MODULE_VERBOSE(hcoll_module, level, format, ...) \ level 31 ompi/mca/coll/hcoll/coll_hcoll_debug.h HCOL_VERBOSE(level, "[%p:%d] " format, (void*)(hcoll_module)->comm, (hcoll_module)->rank, ## __VA_ARGS__) level 47 ompi/mca/coll/libnbc/libdict/hb_tree.c static unsigned node_pathlen __P((const hb_node *node, unsigned level)); level 584 ompi/mca/coll/libnbc/libdict/hb_tree.c node_pathlen(const hb_node *node, unsigned level) level 591 ompi/mca/coll/libnbc/libdict/hb_tree.c n += level + node_pathlen(node->llink, level + 1); level 593 ompi/mca/coll/libnbc/libdict/hb_tree.c n += level + node_pathlen(node->rlink, level + 1); level 460 ompi/mca/coll/libnbc/nbc_internal.h static inline void NBC_DEBUG(int level, const char *fmt, ...) level 466 ompi/mca/coll/libnbc/nbc_internal.h if(NBC_DLEVEL >= level) { level 117 ompi/mca/io/romio321/romio/adio/common/heap-sort.c double level = 0; level 127 ompi/mca/io/romio321/romio/adio/common/heap-sort.c next_level_idx += (int) exp2(level+1); level 128 ompi/mca/io/romio321/romio/adio/common/heap-sort.c level++; level 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 ) level 80 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c opal_output_verbose(level, output_id, "%s : ", prolog); level 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]); level 83 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c opal_output_verbose(level, output_id, "\n"); level 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 ) level 90 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c opal_output_verbose(level, output_id, "%s : ", prolog); level 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]); level 93 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c opal_output_verbose(level, output_id, "\n"); level 55 ompi/mca/topo/treematch/treematch/tm_mapping.c void map_topology(tm_topology_t *topology,tm_tree_t *comm_tree, int level, level 457 ompi/mca/topo/treematch/treematch/tm_mapping.c void map_topology(tm_topology_t *topology,tm_tree_t *comm_tree, int level, level 467 ompi/mca/topo/treematch/treematch/tm_mapping.c N = topology->nb_nodes[level]; level 471 ompi/mca/topo/treematch/treematch/tm_mapping.c printf("level=%d, nodes_id=%p, N=%d\n",level,(void *)nodes_id,N); level 15 ompi/mca/topo/treematch/treematch/tm_mapping.h void map_topology(tm_topology_t *topology,tm_tree_t *comm_tree, int level, level 59 ompi/mca/topo/treematch/treematch/tm_solution.c int level = 0; level 69 ompi/mca/topo/treematch/treematch/tm_solution.c printf("i=%d, j=%d Level = %d f=(%d,%d)\n",i ,j, level, f_i, f_j); level 73 ompi/mca/topo/treematch/treematch/tm_solution.c level++; level 74 ompi/mca/topo/treematch/treematch/tm_solution.c arity = topology->arity[level]; level 79 ompi/mca/topo/treematch/treematch/tm_solution.c } while((f_i!=f_j) && (level < depth)); level 82 ompi/mca/topo/treematch/treematch/tm_solution.c printf("distance(%d,%d):%d\n",topology->node_rank[i], topology->node_rank[j], level); level 84 ompi/mca/topo/treematch/treematch/tm_solution.c return level; level 6 ompi/mca/topo/treematch/treematch/tm_verbose.c void tm_set_verbose_level(unsigned int level){ level 7 ompi/mca/topo/treematch/treematch/tm_verbose.c verbose_level = level; level 17 ompi/mca/topo/treematch/treematch/tm_verbose.h void tm_set_verbose_level(unsigned int level); level 21 ompi/mca/topo/treematch/treematch/tm_verbose.h #define tm_verbose_printf(level, ...) level <= tm_get_verbose_level()?fprintf(tm_get_verbose_output(),__VA_ARGS__):0 level 179 ompi/mca/topo/treematch/treematch/treematch.h void tm_set_verbose_level(unsigned int level); level 37 ompi/mpi/c/pcontrol.c int MPI_Pcontrol(const int level, ...) level 49 ompi/mpi/c/pcontrol.c va_start(arglist, level); level 146 ompi/mpi/cxx/functions.h Pcontrol(const int level, ...); level 272 ompi/mpi/cxx/functions_inln.h MPI::Pcontrol(const int level, ...) level 275 ompi/mpi/cxx/functions_inln.h va_start(ap, level); level 277 ompi/mpi/cxx/functions_inln.h (void)MPI_Pcontrol(level, ap); level 41 ompi/mpi/fortran/mpif-h/pcontrol_f.c (MPI_Fint *level), level 42 ompi/mpi/fortran/mpif-h/pcontrol_f.c (level) ) level 61 ompi/mpi/fortran/mpif-h/pcontrol_f.c (MPI_Fint *level), level 62 ompi/mpi/fortran/mpif-h/pcontrol_f.c (level) ) level 69 ompi/mpi/fortran/mpif-h/pcontrol_f.c void ompi_pcontrol_f(MPI_Fint *level) level 71 ompi/mpi/fortran/mpif-h/pcontrol_f.c PMPI_Pcontrol(OMPI_FINT_2_INT(*level)); level 326 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Pcontrol, mpi_pcontrol, MPI_PCONTROL, (MPI_Fint *level)); level 3292 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_pcontrol_f(level) & level 3295 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h INTEGER, INTENT(IN) :: level level 1192 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Pcontrol(level) level 1193 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h integer, intent(in) :: level level 1192 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Pcontrol(level) level 1193 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h integer, intent(in) :: level level 639 ompi/mpi/java/java/MPI.java public static void pControl(int level, Object obj) level 45 ompi/patterns/net/netpatterns.h #define FIND_BASE(base,myid,level,k) \ level 52 ompi/patterns/net/netpatterns.h for( jj = 0; jj < level; jj++) {\ level 184 ompi/patterns/net/netpatterns_knomial_tree.h int level = radix; level 188 ompi/patterns/net/netpatterns_knomial_tree.h while((0 == (root - my_rank) % level) level 189 ompi/patterns/net/netpatterns_knomial_tree.h && (level <= size)) { level 190 ompi/patterns/net/netpatterns_knomial_tree.h level *= radix; level 194 ompi/patterns/net/netpatterns_knomial_tree.h *k_level = level/radix; level 196 ompi/patterns/net/netpatterns_knomial_tree.h return my_rank - (my_rank % level - root % level); level 553 opal/class/opal_rb_tree.c static int level = 0; level 558 opal/class/opal_rb_tree.c level++; level 560 opal/class/opal_rb_tree.c level--; level 561 opal/class/opal_rb_tree.c printf("%d, level: %d\n", *((int *)node->value), level); level 562 opal/class/opal_rb_tree.c level++; level 564 opal/class/opal_rb_tree.c level--; level 475 opal/class/opal_tree.c int level = 0; /* 0 - one up 1 - curr, 2 - one down */ level 485 opal/class/opal_tree.c level++; level 487 opal/class/opal_tree.c level--; level 490 opal/class/opal_tree.c switch (level) { level 506 opal/class/opal_tree.c level--; level 49 opal/include/opal/sys/x86_64/timer.h const int32_t level = 0x80000007; level 57 opal/include/opal/sys/x86_64/timer.h "a" (level) : level 113 opal/mca/btl/smcuda/btl_smcuda_component.c int level, level 119 opal/mca/btl/smcuda/btl_smcuda_component.c NULL, 0, 0, level, level 127 opal/mca/btl/smcuda/btl_smcuda_component.c int level, level 133 opal/mca/btl/smcuda/btl_smcuda_component.c NULL, 0, 0, level, level 140 opal/mca/btl/tcp/btl_tcp_component.c int level, level 146 opal/mca/btl/tcp/btl_tcp_component.c NULL, 0, 0, level, level 155 opal/mca/btl/tcp/btl_tcp_component.c int level, level 161 opal/mca/btl/tcp/btl_tcp_component.c NULL, 0, 0, level, level 170 opal/mca/btl/tcp/btl_tcp_component.c int level, level 176 opal/mca/btl/tcp/btl_tcp_component.c NULL, 0, 0, level, level 143 opal/mca/btl/tcp/btl_tcp_endpoint.c mca_btl_tcp_endpoint_dump(int level, level 287 opal/mca/btl/tcp/btl_tcp_endpoint.c opal_output_verbose(level, opal_btl_base_framework.framework_output, level 100 opal/mca/btl/tcp/btl_tcp_endpoint.h void mca_btl_tcp_endpoint_dump(int level, const char* fname, int lineno, const char* funcname, level 265 opal/mca/btl/tcp/btl_tcp_proc.c static void visit(mca_btl_tcp_proc_data_t *proc_data, int k, int level, int siz, int *a) level 267 opal/mca/btl/tcp/btl_tcp_proc.c level = level+1; a[k] = level; level 269 opal/mca/btl/tcp/btl_tcp_proc.c if (level == siz) { level 275 opal/mca/btl/tcp/btl_tcp_proc.c visit(proc_data, i, level, siz, a); level 278 opal/mca/btl/tcp/btl_tcp_proc.c level = level-1; a[k] = 0; level 71 opal/mca/btl/usnic/btl_usnic_mca.c int flags, int level) level 80 opal/mca/btl/usnic/btl_usnic_mca.c level, level 100 opal/mca/btl/usnic/btl_usnic_mca.c int default_value, int *storage, int flags, int level) level 109 opal/mca/btl/usnic/btl_usnic_mca.c level, level 133 opal/mca/btl/usnic/btl_usnic_mca.c bool default_value, bool *storage, int level) level 142 opal/mca/btl/usnic/btl_usnic_mca.c level, level 93 opal/mca/hwloc/base/base.h #define OPAL_HWLOC_MAKE_OBJ_CACHE(level, obj, cache_level) \ level 96 opal/mca/hwloc/base/base.h cache_level = level; \ level 99 opal/mca/hwloc/base/base.h #define OPAL_HWLOC_MAKE_OBJ_CACHE(level, obj, cache_level) \ level 101 opal/mca/hwloc/base/base.h obj = HWLOC_OBJ_L##level##CACHE; \ level 606 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c look_rset(int sdl, hwloc_obj_type_t type, struct hwloc_topology *topology, int level) level 684 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-aix.c obj->attr->group.subkind = level; level 52 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c hwloc_freebsd_set_sth_affinity(hwloc_topology_t topology __hwloc_attribute_unused, cpulevel_t level, cpuwhich_t which, id_t id, hwloc_const_bitmap_t hwloc_cpuset, int flags __hwloc_attribute_unused) level 58 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c if (cpuset_setaffinity(level, which, id, sizeof(cset), &cset)) level 65 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c hwloc_freebsd_get_sth_affinity(hwloc_topology_t topology __hwloc_attribute_unused, cpulevel_t level, cpuwhich_t which, id_t id, hwloc_bitmap_t hwloc_cpuset, int flags __hwloc_attribute_unused) level 69 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-freebsd.c if (cpuset_getaffinity(level, which, id, sizeof(cset), &cset)) level 2693 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c uint32_t phandle, unsigned int *level, hwloc_bitmap_t cpuset) level 2697 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if ((NULL == level) || (NULL == cpuset) || phandle == (uint32_t) -1) level 2706 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c ++(*level); level 2708 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c cpus->p[i].phandle, level, cpuset)) level 2717 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned int level, hwloc_obj_cache_type_t ctype, level 2727 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c otype = hwloc_cache_type_by_depth_type(level, ctype); level 2734 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c c->attr->cache.depth = level; level 2748 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c level, c->cpuset); level 2755 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c const char *cpu, unsigned int level, hwloc_bitmap_t cpuset) level 2789 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c try__add_cache_from_device_tree_cpu(topology, level, HWLOC_OBJ_CACHE_INSTRUCTION, level 2791 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c try__add_cache_from_device_tree_cpu(topology, level, unified ? HWLOC_OBJ_CACHE_UNIFIED : HWLOC_OBJ_CACHE_DATA, level 2916 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned int level = 2; level 2925 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c cpus.p[i].phandle, &level, cpuset)) { level 2928 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c try_add_cache_from_device_tree_cpu(topology, data, cpu, level, cpuset); level 61 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c struct hwloc_synthetic_level_data_s level[HWLOC_SYNTHETIC_MAX_DEPTH]; level 203 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (!data->level[i].arity) { level 207 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (type != data->level[i].attr.type) level 211 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c && attrs.group.depth != data->level[i].attr.depth) level 244 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c step = total / data->level[mydepth].totalwidth; /* number of objects below us */ level 245 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c nb = data->level[mydepth].totalwidth / data->level[prevdepth].totalwidth; /* number of us within parent */ level 401 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c struct hwloc_synthetic_level_data_s *curlevel = &data->level[i]; level 439 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].totalwidth = 1; level 440 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].attr.type = HWLOC_OBJ_MACHINE; level 441 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].indexes.string = NULL; level 442 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].indexes.array = NULL; level 443 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].attr.memorysize = 0; level 444 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].attached = NULL; level 447 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c err = hwloc_synthetic_parse_attrs(description+1, &description, &data->level[0].attr, &data->level[0].indexes, verbose); level 460 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count-1].arity = 0; level 487 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->numa_attached_nr += data->level[count-1].totalwidth; level 495 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c pprev = &data->level[count-1].attached; level 524 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.string = NULL; level 525 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.array = NULL; level 526 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].attached = NULL; level 553 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].attr.type = type; level 554 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].attr.depth = (unsigned) -1; level 555 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].attr.cachetype = (hwloc_obj_cache_type_t) -1; level 558 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].attr.depth = attrs.cache.depth; level 559 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].attr.cachetype = attrs.cache.type; level 562 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].attr.depth = attrs.group.depth; level 579 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count-1].arity = (unsigned)item; level 582 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].totalwidth = totalarity; level 583 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.string = NULL; level 584 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].indexes.array = NULL; level 585 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count].attr.memorysize = 0; level 587 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c err = hwloc_synthetic_parse_attrs(next_pos+1, &next_pos, &data->level[count].attr, &data->level[count].indexes, verbose); level 608 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (data->level[count-1].attr.type != HWLOC_OBJ_TYPE_NONE && data->level[count-1].attr.type != HWLOC_OBJ_PU) { level 614 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count-1].attr.type = HWLOC_OBJ_PU; level 620 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_obj_type_t type = data->level[i].attr.type; level 666 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (data->level[i].attr.type == HWLOC_OBJ_TYPE_NONE) level 703 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[depth].attr.type = HWLOC_OBJ_GROUP; level 708 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[depth].attr.type = HWLOC_OBJ_PACKAGE; level 713 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[depth].attr.type = HWLOC_OBJ_NUMANODE; level 724 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l3depth].attr.type = HWLOC_OBJ_L3CACHE; level 725 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l3depth].attr.depth = 3; level 726 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l3depth].attr.cachetype = HWLOC_OBJ_CACHE_UNIFIED; level 729 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l2depth].attr.type = HWLOC_OBJ_L2CACHE; level 730 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l2depth].attr.depth = 2; level 731 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l2depth].attr.cachetype = HWLOC_OBJ_CACHE_UNIFIED; level 734 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l1depth].attr.type = HWLOC_OBJ_L1CACHE; level 735 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l1depth].attr.depth = 1; level 736 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l1depth].attr.cachetype = HWLOC_OBJ_CACHE_DATA; level 740 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l1idepth].attr.type = HWLOC_OBJ_L1ICACHE; level 741 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l1idepth].attr.depth = 1; level 742 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[l1idepth].attr.cachetype = HWLOC_OBJ_CACHE_INSTRUCTION; level 748 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[depth].attr.type = HWLOC_OBJ_CORE; level 759 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c memmove(&data->level[2], &data->level[1], count*sizeof(struct hwloc_synthetic_level_data_s)); level 760 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].attr.type = HWLOC_OBJ_NUMANODE; level 761 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].indexes.string = NULL; level 762 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].indexes.array = NULL; level 763 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].attr.memorysize = 0; level 764 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].totalwidth = data->level[0].totalwidth; level 766 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[1].arity = data->level[0].arity; level 767 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[0].arity = 1; level 772 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c struct hwloc_synthetic_level_data_s *curlevel = &data->level[i]; level 794 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_synthetic_process_indexes(data, &data->level[i].indexes, data->level[i].totalwidth, verbose); level 800 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[count-1].arity = 0; level 907 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c int level, level 912 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c struct hwloc_synthetic_level_data_s *curlevel = &data->level[level]; level 927 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc__look_synthetic(topology, data, level + 1, set); level 968 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c for (i = 0; data->level[i].arity > 0; i++) level 969 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[i].indexes.next = 0; level 972 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c data->level[i].indexes.next = 0; level 975 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c topology->levels[0][0]->type = data->level[0].attr.type; level 976 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_synthetic_set_attr(&data->level[0].attr, topology->levels[0][0]); level 978 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c for (i = 0; i < data->level[0].arity; i++) level 981 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_synthetic_insert_attached(topology, data, data->level[0].attached, cpuset); level 1093 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc__export_synthetic_indexes(hwloc_obj_t *level, unsigned total, level 1106 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (level[0]->os_index) level 1116 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (level[i]->os_index == step) level 1121 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (level[i*j]->os_index != step*j) level 1142 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c if (level[i]->os_index != ind) level 1163 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c cur = level[0]; level 1217 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c hwloc_obj_t *level; level 1222 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c level = topology->slevels[HWLOC_SLEVEL_NUMANODE].objs; level 1225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c level = topology->levels[obj->depth]; level 1232 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c res = hwloc__export_synthetic_indexes(level, total, tmp, tmplen); level 178 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned level; level 216 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c static void fill_amd_cache(struct procinfo *infos, unsigned level, hwloc_obj_cache_type_t type, unsigned nbthreads_sharing, unsigned cpuid) level 222 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (level == 1) level 224 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c else if (level == 2) level 226 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c else if (level == 3) level 241 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->level = level; level 247 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (level == 1) { level 260 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_debug("cache L%u t%u linesize %u ways %d size %luKB\n", cache->level, cache->nbthreads_sharing, cache->linesize, cache->ways, cache->size >> 10); level 440 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->level = (eax >> 5) & 0x7; level 458 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cachenum, cache->level, level 498 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned level; level 510 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c level = (eax >> 5) & 0x7; level 511 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (data->is_knl && level == 3) level 540 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c level = (eax >> 5) & 0x7; level 541 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (data->is_knl && level == 3) level 550 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->level = level; level 566 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cachenum, cache->level, level 578 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned level, apic_nextshift, apic_number, apic_type, apic_id = 0, apic_shift = 0, id; level 579 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c for (level = 0; ; level++) { level 580 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c ecx = level; level 586 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (level) { level 587 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c infos->otherids = malloc(level * sizeof(*infos->otherids)); level 589 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c infos->levels = level; level 590 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c for (level = 0; ; level++) { level 591 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c ecx = level; level 601 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_debug("x2APIC %08x %u: nextshift %u num %2u type %u id %2u\n", apic_id, level, apic_nextshift, apic_number, apic_type, id); level 603 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c infos->otherids[level] = UINT_MAX; level 614 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_debug("x2APIC %u: unknown type %u\n", level, apic_type); level 615 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c infos->otherids[level] = apic_id >> apic_shift; level 638 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c && cache->level == 3 && cache->nbthreads_sharing == 6) { level 646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c && cache->level == 3 level 668 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c && cache->level == 3 && cache->nbthreads_sharing == 6) { level 711 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned i, j, l, level; level 858 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c for (level = infos[one].levels-1; level <= infos[one].levels-1; level--) { level 859 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (infos[one].otherids[level] != UINT_MAX) { level 865 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned unknownid = infos[i].otherids[level]; level 869 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (infos[j].otherids[level] == unknownid) { level 877 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unknown_obj->attr->group.subkind = level; level 879 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c level, unknownid, unknown_cpuset); level 940 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c level = 0; level 943 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (infos[i].cache[j].level > level) level 944 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c level = infos[i].cache[j].level; level 945 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c while (level > 0) { level 954 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c otype = hwloc_cache_type_by_depth_type(level, type); level 965 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (infos[i].cache[l].level == level && infos[i].cache[l].type == type) level 994 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (infos[j].cache[l2].level == level && infos[j].cache[l2].type == type) level 1008 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c cache->attr->cache.depth = level; level 1016 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c level, cacheid, cache_cpuset); level 1021 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c level--; level 695 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_obj_t *level; level 749 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c level = newtopology->slevels[i].objs; level 757 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c level = newtopology->levels[src->depth]; level 762 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c level[newobj->logical_index] = newobj; level 766 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (newobj->logical_index > 0 && level[newobj->logical_index-1]) { level 767 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c newobj->prev_cousin = level[newobj->logical_index-1]; level 768 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c level[newobj->logical_index-1]->next_cousin = newobj; level 770 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (newobj->logical_index < level_width-1 && level[newobj->logical_index+1]) { level 771 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c newobj->next_cousin = level[newobj->logical_index+1]; level 772 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c level[newobj->logical_index+1]->prev_cousin = newobj; level 2641 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c hwloc_append_special_object(struct hwloc_special_level_s *level, hwloc_obj_t obj) level 2643 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c if (level->first) { level 2644 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c obj->prev_cousin = level->last; level 2646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c level->last = obj; level 2649 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c level->first = level->last = obj; level 385 opal/mca/mca.h #define MCA_BASE_MAKE_VERSION(level, MAJOR, MINOR, RELEASE) \ level 386 opal/mca/mca.h .mca_## level ##_major_version = MAJOR, \ level 387 opal/mca/mca.h .mca_## level ##_minor_version = MINOR, \ level 388 opal/mca/mca.h .mca_## level ##_release_version = RELEASE level 88 opal/mca/patcher/base/patcher_base_patch.c const int32_t level = 1; level 96 opal/mca/patcher/base/patcher_base_patch.c "a" (level) : level 50 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/x86_64/timer.h const int32_t level = 0x80000007; level 58 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/x86_64/timer.h "a" (level) : level 71 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c static pmix_status_t process_reg(char *level, char *function, level 79 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if (0 == strcmp(level, PMIX_CLIENT_ATTRIBUTES)) { level 81 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_SERVER_ATTRIBUTES)) { level 83 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_HOST_ATTRIBUTES)) { level 85 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_TOOL_ATTRIBUTES)) { level 936 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT char** pmix_attributes_print_functions(char *level) level 947 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if (0 == strcmp(level, PMIX_CLIENT_FUNCTIONS)) { level 950 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_SERVER_FUNCTIONS)) { level 953 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_HOST_FUNCTIONS)) { level 956 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_TOOL_FUNCTIONS)) { level 1038 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c void pmix_attributes_print_headers(char ***ans, char *level) level 1048 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if (0 == strcmp(level, PMIX_CLIENT_ATTRIBUTES)) { level 1050 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_SERVER_ATTRIBUTES)) { level 1052 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_HOST_ATTRIBUTES)) { level 1054 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_TOOL_ATTRIBUTES)) { level 1103 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c PMIX_EXPORT char** pmix_attributes_print_attr(char *level, char *function) level 1112 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c if (0 == strcmp(level, PMIX_CLIENT_ATTRIBUTES)) { level 1114 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_SERVER_ATTRIBUTES)) { level 1116 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_HOST_ATTRIBUTES)) { level 1118 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c } else if (0 == strcmp(level, PMIX_TOOL_ATTRIBUTES)) { level 1125 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c pmix_attributes_print_headers(&ans, level); level 61 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT char** pmix_attributes_print_functions(char *level); level 62 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT char** pmix_attributes_print_attr(char *level, char *function); level 66 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.h PMIX_EXPORT void pmix_attributes_print_headers(char ***ans, char *level); level 303 opal/mca/pmix/pmix4x/pmix/src/mca/mca.h #define PMIX_MCA_BASE_MAKE_VERSION(level, MAJOR, MINOR, RELEASE) \ level 304 opal/mca/pmix/pmix4x/pmix/src/mca/mca.h .pmix_mca_## level ##_major_version = MAJOR, \ level 305 opal/mca/pmix/pmix4x/pmix/src/mca/mca.h .pmix_mca_## level ##_minor_version = MINOR, \ level 306 opal/mca/pmix/pmix4x/pmix/src/mca/mca.h .pmix_mca_## level ##_release_version = RELEASE level 95 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c int pri = mca_plog_syslog_component.level; level 38 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.h int level; level 49 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c .level = LOG_ERR, level 53 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c static char *level = "info"; level 72 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c &level); level 73 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c if (0 == strncasecmp(level, "err", 3)) { level 74 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c mca_plog_syslog_component.level = LOG_ERR; level 75 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c } else if (0 == strcasecmp(level, "alert")) { level 76 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c mca_plog_syslog_component.level = LOG_ALERT; level 77 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c } else if (0 == strncasecmp(level, "crit", 4)) { level 78 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c mca_plog_syslog_component.level = LOG_CRIT; level 79 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c } else if (0 == strncasecmp(level, "emerg", 5)) { level 80 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c mca_plog_syslog_component.level = LOG_EMERG; level 81 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c } else if (0 == strncasecmp(level, "warn", 4)) { level 82 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c mca_plog_syslog_component.level = LOG_WARNING; level 83 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c } else if (0 == strncasecmp(level, "not", 3)) { level 84 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c mca_plog_syslog_component.level = LOG_NOTICE; level 85 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c } else if (0 == strcasecmp(level, "info")) { level 86 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c mca_plog_syslog_component.level = LOG_INFO; level 87 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c } else if (0 == strcasecmp(level, "debug") || 0 == strcasecmp(level, "dbg")) { level 88 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c mca_plog_syslog_component.level = LOG_DEBUG; level 90 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog_component.c pmix_show_help("help-pmix-plog.txt", "syslog:unrec-level", true, level); level 335 opal/mca/pmix/pmix4x/pmix/src/util/output.c PMIX_EXPORT void pmix_output_verbose(int level, int output_id, const char *format, ...) level 338 opal/mca/pmix/pmix4x/pmix/src/util/output.c info[output_id].ldi_verbose_level >= level) { level 350 opal/mca/pmix/pmix4x/pmix/src/util/output.c void pmix_output_vverbose(int level, int output_id, const char *format, level 354 opal/mca/pmix/pmix4x/pmix/src/util/output.c info[output_id].ldi_verbose_level >= level) { level 363 opal/mca/pmix/pmix4x/pmix/src/util/output.c void pmix_output_set_verbosity(int output_id, int level) level 366 opal/mca/pmix/pmix4x/pmix/src/util/output.c info[output_id].ldi_verbose_level = level; level 435 opal/mca/pmix/pmix4x/pmix/src/util/output.h PMIX_EXPORT void pmix_output_set_verbosity(int output_id, int level); level 194 opal/util/malloc.c void opal_malloc_debug(int level) level 197 opal/util/malloc.c opal_malloc_debug_level = level; level 136 opal/util/malloc.h OPAL_DECLSPEC void opal_malloc_debug(int level); level 393 opal/util/output.c void opal_output_verbose(int level, int output_id, const char *format, ...) level 396 opal/util/output.c info[output_id].ldi_verbose_level >= level) { level 408 opal/util/output.c void opal_output_vverbose(int level, int output_id, const char *format, level 412 opal/util/output.c info[output_id].ldi_verbose_level >= level) { level 421 opal/util/output.c char *opal_output_string(int level, int output_id, const char *format, ...) level 427 opal/util/output.c info[output_id].ldi_verbose_level >= level) { level 444 opal/util/output.c char *opal_output_vstring(int level, int output_id, const char *format, level 451 opal/util/output.c info[output_id].ldi_verbose_level >= level) { level 465 opal/util/output.c void opal_output_set_verbosity(int output_id, int level) level 468 opal/util/output.c info[output_id].ldi_verbose_level = level; level 446 opal/util/output.h OPAL_DECLSPEC void opal_output_set_verbosity(int output_id, int level); level 66 orte/mca/rmaps/ppr/rmaps_ppr.c opal_hwloc_level_t *level, level 85 orte/mca/rmaps/ppr/rmaps_ppr.c opal_hwloc_level_t level; level 232 orte/mca/rmaps/ppr/rmaps_ppr.c level = start; level 324 orte/mca/rmaps/ppr/rmaps_ppr.c level--; level 325 orte/mca/rmaps/ppr/rmaps_ppr.c prune(jdata->jobid, idx, node, &level, &nprocs_mapped); level 438 orte/mca/rmaps/ppr/rmaps_ppr.c opal_hwloc_level_t *level, level 455 orte/mca/rmaps/ppr/rmaps_ppr.c *level); level 458 orte/mca/rmaps/ppr/rmaps_ppr.c ll = *level; level 470 orte/mca/rmaps/ppr/rmaps_ppr.c --(*level); level 471 orte/mca/rmaps/ppr/rmaps_ppr.c prune(jobid, app_idx, node, level, nmapped); level 610 orte/mca/rmaps/ppr/rmaps_ppr.c --(*level); level 611 orte/mca/rmaps/ppr/rmaps_ppr.c prune(jobid, app_idx, node, level, nmapped); level 625 orte/mca/rmaps/ppr/rmaps_ppr.c hwloc_obj_type_t level; level 648 orte/mca/rmaps/ppr/rmaps_ppr.c level = HWLOC_OBJ_MACHINE; level 650 orte/mca/rmaps/ppr/rmaps_ppr.c level = HWLOC_OBJ_PU; level 652 orte/mca/rmaps/ppr/rmaps_ppr.c level = HWLOC_OBJ_CORE; level 654 orte/mca/rmaps/ppr/rmaps_ppr.c level = HWLOC_OBJ_SOCKET; level 656 orte/mca/rmaps/ppr/rmaps_ppr.c level = HWLOC_OBJ_L1CACHE; level 659 orte/mca/rmaps/ppr/rmaps_ppr.c level = HWLOC_OBJ_L2CACHE; level 662 orte/mca/rmaps/ppr/rmaps_ppr.c level = HWLOC_OBJ_L3CACHE; level 665 orte/mca/rmaps/ppr/rmaps_ppr.c level = HWLOC_OBJ_NUMANODE; level 694 orte/mca/rmaps/ppr/rmaps_ppr.c if (HWLOC_OBJ_MACHINE == level) { level 708 orte/mca/rmaps/ppr/rmaps_ppr.c level, cache_level, level 717 orte/mca/rmaps/ppr/rmaps_ppr.c level, cache_level, level 102 orte/test/mpi/no-disconnect.c int level = 0, participate = 1; level 124 orte/test/mpi/no-disconnect.c level = atoi(argv[1]); level 160 orte/test/mpi/no-disconnect.c printf("level = %d\n", level); level 163 orte/test/mpi/no-disconnect.c sprintf(bufs,"level %d (pid:%d)", level, getpid()); level 166 orte/test/mpi/no-disconnect.c if (level < max_depth) { level 174 orte/test/mpi/no-disconnect.c if ( level == 0 ) nspawn = 1; level 177 orte/test/mpi/no-disconnect.c snprintf(argv1, sizeof(argv1), "%d", level+1); level 12 orte/test/mpi/spawn-problem/ch_rec.c int level; level 18 orte/test/mpi/spawn-problem/ch_rec.c level = atoi(argv[0]); level 19 orte/test/mpi/spawn-problem/ch_rec.c printf("level = %d\n",level); level 25 orte/test/mpi/spawn-problem/ch_rec.c if(level < x){ level 26 orte/test/mpi/spawn-problem/ch_rec.c sprintf(argv[0], "%d", level+1); level 29 orte/test/mpi/spawn-problem/ch_rec.c sprintf(buff,"level %d (pid:%d)", level, getpid()); level 35 orte/test/mpi/spawn-problem/ch_rec.c sprintf(argv[0], "%d", (level+1)); level 38 orte/test/mpi/spawn-problem/ch_rec.c sprintf(buff,"level %d (pid:%d)", level, getpid()); level 48 orte/test/mpi/spawn-problem/ch_rec.c sprintf(buff,"level %d (pid:%d)", level, getpid()); level 13 orte/test/mpi/spawn-problem/start.c int level = 0; level 14 orte/test/mpi/spawn-problem/start.c printf("level %d\n", level); level 16 orte/test/mpi/spawn-problem/start.c sprintf(argv[0], "%d", level+1); level 19 orte/test/mpi/spawn-problem/start.c sprintf(buff,"level %d (pid:%d)", level, getpid()); level 17 orte/test/mpi/spawn_tree.c int level, curr_level; level 24 orte/test/mpi/spawn_tree.c level = atoi(argv[1]); level 43 orte/test/mpi/spawn_tree.c if(curr_level < level){ level 44 oshmem/mca/atomic/base/base.h #define ATOMIC_VERBOSE(level, ...) \ level 45 oshmem/mca/atomic/base/base.h oshmem_output_verbose(level, oshmem_atomic_base_framework.framework_output, \ level 48 oshmem/mca/atomic/base/base.h #define ATOMIC_VERBOSE(level, ...) level 138 oshmem/mca/memheap/base/base.h #define MEMHEAP_VERBOSE(level, ...) \ level 139 oshmem/mca/memheap/base/base.h oshmem_output_verbose(level, oshmem_memheap_base_framework.framework_output, \ level 142 oshmem/mca/memheap/base/base.h #define MEMHEAP_VERBOSE(level, ...) level 56 oshmem/mca/scoll/base/base.h #define SCOLL_VERBOSE(level, ...) \ level 57 oshmem/mca/scoll/base/base.h oshmem_output_verbose(level, oshmem_scoll_base_framework.framework_output, \ level 22 oshmem/mca/scoll/mpi/scoll_mpi_debug.h #define MPI_COLL_VERBOSE(level, ...) \ level 23 oshmem/mca/scoll/mpi/scoll_mpi_debug.h oshmem_output_verbose(level, mca_scoll_mpi_output, "%s:%d - %s() ", \ level 26 oshmem/mca/scoll/mpi/scoll_mpi_debug.h #define MPI_COLL_VERBOSE(level, ...) level 113 oshmem/mca/spml/base/base.h #define SPML_VERBOSE(level, ...) \ level 114 oshmem/mca/spml/base/base.h oshmem_output_verbose(level, oshmem_spml_base_framework.framework_output, \ level 117 oshmem/mca/spml/base/base.h #define SPML_VERBOSE(level, ...) level 120 oshmem/mca/spml/base/base.h #define SPML_VERBOSE_FASTPATH(level, ...) level 131 oshmem/mca/sshmem/base/base.h #define SSHMEM_VERBOSE(level, ...) \ level 132 oshmem/mca/sshmem/base/base.h oshmem_output_verbose(level, oshmem_sshmem_base_framework.framework_output, \ level 135 oshmem/mca/sshmem/base/base.h #define SSHMEM_VERBOSE(level, ...) level 31 oshmem/shmem/shmem_api_logger.h #define SHMEM_API_VERBOSE(level, ...) \ level 32 oshmem/shmem/shmem_api_logger.h oshmem_output_verbose(level, shmem_api_logger_output, \ level 35 oshmem/shmem/shmem_api_logger.h #define SHMEM_API_VERBOSE(level, ...) level 22 oshmem/util/oshmem_util.c void oshmem_output_verbose(int level, int output_id, const char* prefix, level 29 oshmem/util/oshmem_util.c if (level <= opal_output_get_verbosity(output_id)) { level 29 oshmem/util/oshmem_util.h void oshmem_output_verbose(int level, int output_id, const char* prefix, level 37 test/class/opal_tree.c unsigned level, int *err_order, level 273 test/class/opal_tree.c unsigned level, level 285 test/class/opal_tree.c if (item->opal_tree_num_ancestors != level) { level 289 test/class/opal_tree.c check_descendants(opal_tree_get_next_sibling(item), data, level, level 292 test/class/opal_tree.c level++;