1
1

Turn off the common port for slurm for now

This commit was SVN r26656.
Этот коммит содержится в:
Ralph Castain 2012-06-25 21:55:51 +00:00
родитель 6a2dd16ee3
Коммит 0103f82918

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

@ -148,6 +148,9 @@ static int plm_slurm_init(void)
return rc;
}
/* lock OFF the common port for now */
orte_use_common_port = false;
return rc;
}