Gabriele Fatigati, le Thu 11 Aug 2011 18:05:25 +0200, a écrit : > char* bitmap_string=(char*)malloc(256); > > hwloc_bitmap_t set = hwloc_bitmap_alloc(); > > hwloc_linux_get_tid_cpubind(&topology, tid, set);
Where does "tid" come from? hwloc_linux_get_tid_cpubind() only takes Linux tids (as in gettid()), not OpenMP thread IDs. Samuel