Skip to content

Commit

Permalink
Merge pull request open-mpi#11238 from wzamazon/common_ofi_exclude_ne…
Browse files Browse the repository at this point in the history
…t_provider

opal/common/ofi: add net to provider exclude list
  • Loading branch information
wckzhang authored Dec 28, 2022
2 parents 5ddee4f + d7ef0d4 commit 4e8bc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/mca/common/ofi/common_ofi.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
opal_common_ofi_module_t opal_common_ofi = {.prov_include = NULL,
.prov_exclude = NULL,
.output = -1};
static const char default_prov_exclude_list[] = "shm,sockets,tcp,udp,rstream,usnic";
static const char default_prov_exclude_list[] = "shm,sockets,tcp,udp,rstream,usnic,net";
static opal_mutex_t opal_common_ofi_mutex = OPAL_MUTEX_STATIC_INIT;
static int opal_common_ofi_verbose_level = 0;
static int opal_common_ofi_init_ref_cnt = 0;
Expand Down

0 comments on commit 4e8bc42

Please sign in to comment.