diff --git a/src/mpid/ch4/netmod/ofi/ofi_init.c b/src/mpid/ch4/netmod/ofi/ofi_init.c index c58d96742ec..d02f30b3600 100644 --- a/src/mpid/ch4/netmod/ofi/ofi_init.c +++ b/src/mpid/ch4/netmod/ofi/ofi_init.c @@ -383,7 +383,7 @@ categories : - name : MPIR_CVAR_CH4_OFI_MAX_NICS category : CH4 type : int - default : -1 + default : 1 class : device verbosity : MPI_T_VERBOSITY_USER_BASIC scope : MPI_T_SCOPE_LOCAL @@ -391,7 +391,7 @@ categories : If set to positive number, this cvar determines the maximum number of physical nics to use (if more than one is available). If the number is -1, underlying netmod or shmmod automatically uses an optimal number depending on what is detected on the - system up to the limit determined by MPIDI_MAX_NICS (in ofi_types.h). + system. - name : MPIR_CVAR_CH4_OFI_ENABLE_MULTI_NIC_STRIPING category : CH4