Skip to content

Commit c76c6d8

Browse files
committed
MTL/PSM2: add missing default priority
Missing default priority after PR #6153 Signed-off-by: Matias Cabral <matias.a.cabral@intel.com>
1 parent fc8582c commit c76c6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mca/mtl/psm2/mtl_psm2_component.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ ompi_mtl_psm2_component_register(void)
251251
setenv("PSM2_DEVICES", "self,shm", 0);
252252
}
253253

254+
param_priority = 40;
254255
(void) mca_base_component_var_register (&mca_mtl_psm2_component.super.mtl_version,
255256
"priority", "Priority of the PSM2 MTL component",
256257
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,

0 commit comments

Comments
 (0)