Skip to content

Commit d7ef0d4

Browse files
committed
opal/common/ofi: add net to provider exclude list
The net provider is an enhanced version of tcp provider, therefore should also be excluded. Signed-off-by: Wei Zhang <wzam@amazon.com>
1 parent 8113e7c commit d7ef0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/common/ofi/common_ofi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
opal_common_ofi_module_t opal_common_ofi = {.prov_include = NULL,
4141
.prov_exclude = NULL,
4242
.output = -1};
43-
static const char default_prov_exclude_list[] = "shm,sockets,tcp,udp,rstream,usnic";
43+
static const char default_prov_exclude_list[] = "shm,sockets,tcp,udp,rstream,usnic,net";
4444
static opal_mutex_t opal_common_ofi_mutex = OPAL_MUTEX_STATIC_INIT;
4545
static int opal_common_ofi_verbose_level = 0;
4646
static int opal_common_ofi_init_ref_cnt = 0;

0 commit comments

Comments
 (0)