Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ch4/ofi: default MPIR_CVAR_CH4_OFI_MAX_NICS to 1
Assuming the typical way for apps to utilize multiple nic is to launch multiple processes per node, each bind to different nic. Thus set MPIR_CVAR_CH4_OFI_MAX_NICS to 1 should be sufficient and saves init time and resource. For applications that want to utilize the striping mode to send very large messages should manually set MPIR_CVAR_CH4_OFI_MAX_NICS to higher value.
- Loading branch information