Skip to content

Commit fc8582c

Browse files
committed
MTL/PSM2: Do not lower the priority when all processes are local.
The intention of lowering the priority when all processes are local was to favor Vader BTL. However, in builds including the OFI MTL it gets selected instead. Reviewed-by: Spruit, Neil R <neil.r.spruit@intel.com> Reviewed-by: Gopalakrishnan, Aravind <aravind.gopalakrishnan@intel.com> Signed-off-by: Matias Cabral <matias.a.cabral@intel.com>
1 parent abd3462 commit fc8582c

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)