nb_cores 798 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c int nb_cores; nb_cores 804 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c nb_cores=nb_processing_units(topology)*topology->oversub_fact; nb_cores 808 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c printf("Number of constraints: %d, N=%d, nb_cores = %d, K=%d\n", nb_constraints, N, nb_cores, nb_cores-N); nb_cores 816 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c if((constraints != NULL) && (nb_constraints > nb_cores)){ nb_cores 818 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c fprintf(stderr,"size of constraint table (%d) is greater than the number of cores (%d)\n", nb_constraints, nb_cores); nb_cores 825 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c if((K=nb_cores - N)>0){ nb_cores 46 ompi/mca/topo/treematch/treematch/tm_thread_pool.c int nb_cores = hwloc_get_nbobjs_by_depth(topology, depth-1); nb_cores 53 ompi/mca/topo/treematch/treematch/tm_thread_pool.c my_core = id*(nb_cores/nb_threads); nb_cores 60 ompi/mca/topo/treematch/treematch/tm_thread_pool.c my_core = id%nb_cores; nb_cores 181 ompi/mca/topo/treematch/treematch/tm_thread_pool.c unsigned int nb_cores; nb_cores 203 ompi/mca/topo/treematch/treematch/tm_thread_pool.c nb_cores = hwloc_get_nbobjs_by_depth(topology, depth-1); nb_cores 204 ompi/mca/topo/treematch/treematch/tm_thread_pool.c nb_threads = MIN(nb_cores, max_nb_threads);