Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/cart/crt_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,6 @@ prov_settings_apply(bool primary, crt_provider_t prov, crt_init_options_t *opt)
d_setenv("FI_MR_CACHE_MAX_COUNT", "0", 1);
}

/* Use tagged messages for other providers, disable multi-recv */
if (prov != CRT_PROV_OFI_CXI && prov != CRT_PROV_OFI_TCP)
d_setenv("NA_OFI_UNEXPECTED_TAG_MSG", "1", 0);

g_prov_settings_applied[prov] = true;
}

Expand Down
Loading