Skip to content

Commit cdb952f

Browse files
authored
Merge pull request #6170 from matcabral/remove_psm2_lower_p
MTL/PSM2: add missing default priority
2 parents 0b821f2 + c76c6d8 commit cdb952f

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)