redhat-performance / autohpl-wrapper

autohpl automated wrapper
Other
0 stars 1 forks source link

Change --map-by socket to --map-by numa #38

Closed frival closed 9 months ago

frival commented 9 months ago

For systems that don't have an L3 descriptor I'd originally used --map-by socket to map MPI processes, thinking that would be roughly equivalent. It turns out for KVM that's not correct because each core is also a socket; that would then map all the MPI process's OpenMP threads to exactly 1 core which is not at all what we want. Fortunately --map-by numa looks to work properly.

dvalinrh commented 9 months ago

LGTM