1
1
This commit was SVN r26064.
Этот коммит содержится в:
Ralph Castain 2012-02-28 14:33:55 +00:00
родитель 9c822b065f
Коммит 3d718863a8

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

@ -301,7 +301,7 @@ int orte_register_params(void)
asprintf(&orte_default_hostfile, "%s/etc/openmpi-default-hostfile", opal_install_dirs.prefix);
/* flag that nothing was given */
orte_default_hostfile_given = false;
} else if (0 == strcmp(orte_default_hostfile, "none")) {
} else if (0 == strcmp(strval, "none")) {
orte_default_hostfile = NULL;
/* flag that it was given */
orte_default_hostfile_given = true;