open-mpi / hwloc

Hardware locality (hwloc)
https://www.open-mpi.org/projects/hwloc
Other
574 stars 173 forks source link

hwloc-ps could work on cygwin #335

Open bgoglin opened 6 years ago

bgoglin commented 6 years ago

It would have to use hwloc_pid_from_number() first. It's currently not built on any windows flavor.

See also #330

For testing, note that hwloc-bind doesn't work (#151) hence you have to run a program that autobinds itself, or to use the task manager for binding an existing program.

bgoglin commented 5 years ago

lstopo --ps works on cygwin since de0b3681ae3a90dfea81080b5a3aa2a4363d93cd, we likely just need to reenable building of hwloc-ps on cygwin to fix this issue.