Skip to content

Commit 540f23c

Browse files
author
Ralph Castain
committed
Adjust priority of coll/sync downwards
1 parent b5d03c6 commit 540f23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/sync/coll_sync_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static int sync_register(void)
7676
{
7777
mca_base_component_t *c = &mca_coll_sync_component.super.collm_version;
7878

79-
mca_coll_sync_component.priority = 50;
79+
mca_coll_sync_component.priority = 5;
8080
(void) mca_base_component_var_register(c, "priority",
8181
"Priority of the sync coll component; only relevant if barrier_before or barrier_after is > 0",
8282
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,

0 commit comments

Comments
 (0)