Son of a gun - how did that fix not get into r15390?
Fix the blasted iof null component so it only is selected if/when directed. This commit was SVN r15437. The following SVN revision numbers were found above: r15390 --> open-mpi/ompi@bd65f8ba88
Этот коммит содержится в:
родитель
d109e9a6f4
Коммит
cd9213a9f0
@ -90,7 +90,7 @@ orte_iof_null_init(int* priority, bool *allow_multi_user_threads,
|
|||||||
/* Only be used in a PBS environment -- this component is
|
/* Only be used in a PBS environment -- this component is
|
||||||
currently *only* for debugging */
|
currently *only* for debugging */
|
||||||
|
|
||||||
if (0 != mca_iof_null_component.null_override ||
|
if (0 != mca_iof_null_component.null_override &&
|
||||||
(NULL != getenv("PBS_ENVIRONMENT") &&
|
(NULL != getenv("PBS_ENVIRONMENT") &&
|
||||||
NULL != getenv("PBS_JOBID"))) {
|
NULL != getenv("PBS_JOBID"))) {
|
||||||
*priority = 50;
|
*priority = 50;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user