From 889c76634e0dfb03bd30a624c32d37fae52f840f Mon Sep 17 00:00:00 2001 From: yohann Date: Thu, 22 Oct 2015 08:39:36 -0700 Subject: [PATCH] mtl/ofi: Increase priority. --- ompi/mca/mtl/ofi/mtl_ofi_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/mtl/ofi/mtl_ofi_component.c b/ompi/mca/mtl/ofi/mtl_ofi_component.c index d3c05f2085..d5521f34e1 100644 --- a/ompi/mca/mtl/ofi/mtl_ofi_component.c +++ b/ompi/mca/mtl/ofi/mtl_ofi_component.c @@ -56,7 +56,7 @@ mca_mtl_ofi_component_t mca_mtl_ofi_component = { static int ompi_mtl_ofi_component_register(void) { - 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 */ mca_base_component_var_register(&mca_mtl_ofi_component.super.mtl_version, "priority", "Priority of the OFI MTL component", MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,