1
1

Adjust priority of coll/sync downwards

Этот коммит содержится в:
Ralph Castain 2016-08-23 17:12:48 -07:00
родитель b5d03c6eea
Коммит 540f23c4dd

Просмотреть файл

@ -76,7 +76,7 @@ static int sync_register(void)
{
mca_base_component_t *c = &mca_coll_sync_component.super.collm_version;
mca_coll_sync_component.priority = 50;
mca_coll_sync_component.priority = 5;
(void) mca_base_component_var_register(c, "priority",
"Priority of the sync coll component; only relevant if barrier_before or barrier_after is > 0",
MCA_BASE_VAR_TYPE_INT, NULL, 0, 0,