1
1

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
Этот коммит содержится в:
Ralph Castain 2007-07-16 12:38:11 +00:00
родитель 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
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_JOBID"))) {
*priority = 50;