Re: [hwloc-users] NetLoc subnets Problem

2017-02-19 Thread Михаил Халилов
Okay, but what configure options for Scotch should I use? I didn't found any information about it in docs and readme 2017-02-19 20:52 GMT+03:00 Brice Goglin : > The only publicly-installed netloc API is currently specific to the scotch > partitioner for process

Re: [hwloc-users] NetLoc subnets Problem

2017-02-19 Thread Brice Goglin
The only publicly-installed netloc API is currently specific to the scotch partitioner for process placement. It takes a network topology and a communication pattern between a set of process and it generates a topology-aware placement for these processes. This API only gets installed if you have

Re: [hwloc-users] NetLoc subnets Problem

2017-02-19 Thread Михаил Халилов
Hi again! Can I ask you, how can I use netloc API for my C programs? I configured hwloc only with --prefix=/opt/hwloc option. So, there are no netloc header files in /opt/hwloc/include directory. Also, I didn't understand how to use netloc_draw.html, because I found it only in extracted tarball.