1
1
Этот коммит содержится в:
Ralph Castain 2014-12-04 09:54:12 -08:00
родитель c4002a8485
Коммит c4fd6d1cde

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

@ -116,7 +116,7 @@ static int allocate(orte_job_t *jdata, opal_list_t *nodes)
if (NULL != (affinity_file = getenv("LSB_AFFINITY_HOSTFILE"))) {
/* check to see if the file is empty - if it is,
* then affinity wasn't actually set for this job */
if (0 != stat(affinity_file, &buf))
if (0 != stat(affinity_file, &buf)) {
orte_show_help("help-ras-lsf.txt", "affinity-file-not-found", true, affinity_file);
return ORTE_ERR_SILENT;
}