1
1

Balance priorities to ensure something is below sync

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

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

@ -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 = 5;
mca_coll_sync_component.priority = 30;
(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,