1
1

Minor fix - relative host name syntax cannot support usernames as you can't know which hosts will be selected

Этот коммит содержится в:
Ralph Castain 2015-02-24 12:15:28 -08:00
родитель 6dcdb3daf7
Коммит 332e4fa7aa

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

@ -256,9 +256,6 @@ static int hostfile_parse_line(int token, opal_list_t* updates,
/* store this for later processing */
node = OBJ_NEW(orte_node_t);
node->name = strdup(orte_util_hostfile_value.sval);
if (NULL != username) {
orte_set_attribute(&node->attributes, ORTE_NODE_USERNAME, ORTE_ATTR_LOCAL, username, OPAL_STRING);
}
opal_list_append(updates, &node->super);
} else if (ORTE_HOSTFILE_RANK == token) {
/* we can ignore the rank, but we need to extract the node name. we