my_core            47 ompi/mca/topo/treematch/treematch/tm_thread_pool.c   int my_core;
my_core            53 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     my_core = id*(nb_cores/nb_threads);
my_core            60 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     my_core = id%nb_cores;
my_core            64 ompi/mca/topo/treematch/treematch/tm_thread_pool.c        printf("Mapping thread %d on core %d\n",id,my_core);
my_core            68 ompi/mca/topo/treematch/treematch/tm_thread_pool.c     obj = hwloc_get_obj_by_depth(topology, depth-1, my_core);
my_core            89 ompi/mca/topo/treematch/treematch/tm_thread_pool.c 	  printf("Thread %d couldn't bind to cpuset %s: %s.\n This thread is not bound to any core...\n", my_core, str, strerror(error));
my_core            98 ompi/mca/topo/treematch/treematch/tm_thread_pool.c 	printf("No valid object for core id %d!\n",my_core);