-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opal/mca/ofi: select NIC closest to accelerator if requested
This patch introduces a new MCA parameter opal_common_ofi_gpu_aware_provider_selection(default false), to select the closest NIC to the accelerator device. If the accelerator or NIC PCI information is not available, fallback to select the NIC on the closest package. The distance between the acclerator device and NIC is the number of hwloc objects inbetween, which includes the lowest common ancestor on the hwloc topology tree. Signed-off-by: Wenduo Wang <[email protected]>
- Loading branch information
Showing
1 changed file
with
223 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters