1
1

Okay, one last time - get the xml output of the map correct...sigh.

This commit was SVN r18988.
Этот коммит содержится в:
Ralph Castain 2008-07-23 02:45:08 +00:00
родитель 76f2659527
Коммит dbc35b60f6

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

@ -285,7 +285,7 @@ int orte_dt_print_node(char **output, char *prefix, orte_node_t *src, opal_data_
}
if (orte_xml_output) {
/* need to create the output in XML format */
asprintf(output, "%s<host name=\"%s\" slots=\"%d\" max_slots=\"%d\"\n", pfx2,
asprintf(output, "%s<host name=\"%s\" slots=\"%d\" max_slots=\"%d\">\n", pfx2,
(NULL == src->name) ? "UNKNOWN" : src->name,
(int)src->slots, (int)src->slots_max);
free(pfx2);