1
1
Refs trac:4576

This commit was SVN r31596.

The following Trac tickets were found above:
  Ticket 4576 --> https://svn.open-mpi.org/trac/ompi/ticket/4576
Этот коммит содержится в:
Ralph Castain 2014-05-01 23:58:03 +00:00
родитель 2b61f22973
Коммит 712634efd3

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

@ -674,7 +674,7 @@ int orte_show_help_norender(const char *filename, const char *topic,
active = true;
if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf,
ORTE_RML_TAG_SHOW_HELP,
cbfunc, &active))) {
cbfunc, (void*)&active))) {
ORTE_ERROR_LOG(rc);
OBJ_RELEASE(buf);
} else {