Skip to content

Commit

Permalink
ch4/ofi: ensure max VNIs are same as max VCIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzambre committed Nov 10, 2020
1 parent d78fc5b commit b753eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpid/ch4/netmod/ofi/ofi_capability_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum {
#define MPIDI_OFI_SET_NAME_DEFAULT "default"
#define MPIDI_OFI_SET_NAME_MINIMAL "minimal"

#define MPIDI_OFI_MAX_ENDPOINTS_SCALABLE 32
#define MPIDI_OFI_MAX_ENDPOINTS_SCALABLE MPIDI_CH4_MAX_VCIS
#define MPIDI_OFI_MAX_ENDPOINTS_BITS_SCALABLE 8
#define MPIDI_OFI_MAX_ENDPOINTS_REGULAR 1
#define MPIDI_OFI_MAX_ENDPOINTS_BITS_REGULAR 0
Expand Down

0 comments on commit b753eca

Please sign in to comment.