We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8113e7c commit d7ef0d4Copy full SHA for d7ef0d4
opal/mca/common/ofi/common_ofi.c
@@ -40,7 +40,7 @@
40
opal_common_ofi_module_t opal_common_ofi = {.prov_include = NULL,
41
.prov_exclude = NULL,
42
.output = -1};
43
-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";
44
static opal_mutex_t opal_common_ofi_mutex = OPAL_MUTEX_STATIC_INIT;
45
static int opal_common_ofi_verbose_level = 0;
46
static int opal_common_ofi_init_ref_cnt = 0;
0 commit comments