1
1

To be or not to be ... I still dont know the answer but at least I know that this field have

to be set ("" seems a good value) before calling pack.

This commit was SVN r5635.
Этот коммит содержится в:
George Bosilca 2005-05-07 07:50:14 +00:00
родитель 6d7025ce4e
Коммит 20b61ce558

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

@ -193,7 +193,7 @@ int orte_schema_base_store_my_info(void)
local_pid.value.pid = orte_process_info.pid; local_pid.value.pid = orte_process_info.pid;
nodename.value.strptr = strdup(orte_system_info.nodename); nodename.value.strptr = strdup(orte_system_info.nodename);
value.segment = "";
/* insert values into registry */ /* insert values into registry */
if (ORTE_SUCCESS != (rc = orte_gpr.put(1, &values))) { if (ORTE_SUCCESS != (rc = orte_gpr.put(1, &values))) {
ORTE_ERROR_LOG(rc); ORTE_ERROR_LOG(rc);