Skip to content

Commit 0b821f2

Browse files
authored
Merge pull request #6153 from matcabral/remove_psm2_lower_p
MTL/PSM2: Do not lower the priority when all processes are local.
2 parents 4be5a6c + fc8582c commit 0b821f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ompi/mca/mtl/psm2/mtl_psm2_component.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ ompi_mtl_psm2_component_register(void)
249249
* process assume it is ompi_info or this is most likely going to spawn, for
250250
* which all PSM2 devices are needed */
251251
setenv("PSM2_DEVICES", "self,shm", 0);
252-
/* ob1 is much faster than psm2 with shared memory */
253-
param_priority = 10;
254-
} else {
255-
param_priority = 40;
256252
}
257253

258254
(void) mca_base_component_var_register (&mca_mtl_psm2_component.super.mtl_version,

0 commit comments

Comments
 (0)