You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method get_topology(...) in MTWrapper.h is parsing the output of /proc/cpuinfo which seems to be tailored to x86-64 processors as this fails on ARM.
A proper fix for this was already discussed to be the use of the hwloc library [1]. Until that solution is in place there will be a quick-fix that makes ARM run (filling the vectors to be filled by that method with generic IDs).
The method get_topology(...) in MTWrapper.h is parsing the output of
/proc/cpuinfo
which seems to be tailored to x86-64 processors as this fails on ARM.A proper fix for this was already discussed to be the use of the hwloc library [1]. Until that solution is in place there will be a quick-fix that makes ARM run (filling the vectors to be filled by that method with generic IDs).
[1] https://www.open-mpi.org/projects/hwloc/
The text was updated successfully, but these errors were encountered: