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 a62ed5d commit 1b5637dCopy full SHA for 1b5637d
ompi/mca/mtl/ofi/mtl_ofi_component.c
@@ -56,7 +56,7 @@ mca_mtl_ofi_component_t mca_mtl_ofi_component = {
56
static int
57
ompi_mtl_ofi_component_register(void)
58
{
59
- param_priority = 10; /* for now give a lower priority than the psm mtl and ob1 */
+ param_priority = 25; /* for now give a lower priority than the psm mtl */
60
mca_base_component_var_register(&mca_mtl_ofi_component.super.mtl_version,
61
"priority", "Priority of the OFI MTL component",
62
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,
0 commit comments