1
1

Downgrade the default priority to 75, just to give leeway (same as the

slurm pls).

This commit was SVN r7624.
Этот коммит содержится в:
Jeff Squyres 2005-10-04 19:18:52 +00:00
родитель 11932e89d5
Коммит b79c46dbf6

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

@ -75,7 +75,7 @@ static int ras_slurm_open(void)
mca_base_param_reg_int(&mca_ras_slurm_component.ras_version,
"priority",
"Priority of the slurm ras component",
false, false, 100, NULL);
false, false, 75, NULL);
return ORTE_SUCCESS;
}