Skip to content

Commit 3f10f01

Browse files
hzhouraffenet
authored andcommitted
ch4/ofi: default MPIR_CVAR_CH4_OFI_EAGER_THRESHOLD to -1
Set default MPIR_CVAR_CH4_OFI_EAGER_THRESHOLD to -1 so we prefer libfabric native path rather than mpich-layer forced rndv. This was the intention but got neglected during merge.
1 parent 75d5c4b commit 3f10f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpid/ch4/netmod/ofi/ofi_send.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- name : MPIR_CVAR_CH4_OFI_EAGER_THRESHOLD
4141
category : CH4_OFI
4242
type : int
43-
default : 16384
43+
default : -1
4444
class : none
4545
verbosity : MPI_T_VERBOSITY_USER_BASIC
4646
scope : MPI_T_SCOPE_LOCAL

0 commit comments

Comments
 (0)