Hi Brice,
I was trying to use the new routine hwloc_get_area_memlocation() contains
in version: hwloc-1.11.3.
While I do check for support with
                support = hwloc_topology_get_support(topology);
if (!support->membind->get_area_memlocation){
printf("Mem Location not supported \n");
goto out;
}
gives me "Mem Location not supported".

Did you have support for flag: HWLOC_MEMBIND_BYNODESET
<https://www.open-mpi.org/projects/hwloc/doc/v1.11.3/a00084.php#ggab00475fd98815bf4fb9aaf752030e7d2a71f19fe4505f1c083dc8e6f7bdea6256>
 ..?

I looked at the reference here:
https://fossies.org/linux/misc/hwloc-1.11.3.tar.gz/hwloc-1.11.3/tests/hwloc_get_area_memlocation.c

Thanking you,
------------------------
RaJu, Rezaul Karim
Graduate Student (PhD) | Computer Science | University of Houston
Research in High Performance Computing Tools
Houston, Texas-77004

Reply via email to