Skip to content

Commit 86868df

Browse files
committed
osc/rdma: Lower priority to 20
The RDMA OSC component is the "general" component, similar to OB1. The OSC subsystem has gone through some priority inflation over the years, so try to clean that up. This patch lowers the RDMA OSC component priority from 101 to 20, leaving the priorities as: sm 100 ucx 60 (if API version > 1.5.0) portals 20 rdma 20 Signed-off-by: Brian Barrett <[email protected]>
1 parent 706e9c9 commit 86868df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/rdma/osc_rdma_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ static int ompi_osc_rdma_component_register (void)
231231
MCA_BASE_VAR_SCOPE_GROUP, &mca_osc_rdma_component.max_attach);
232232
free(description_str);
233233

234-
mca_osc_rdma_component.priority = 101;
234+
mca_osc_rdma_component.priority = 20;
235235
opal_asprintf(&description_str, "Priority of the osc/rdma component (default: %d)",
236236
mca_osc_rdma_component.priority);
237237
(void) mca_base_component_var_register (&mca_osc_rdma_component.super.osc_version, "priority", description_str,

0 commit comments

Comments
 (0)