1
1
Refs trac:3796

This commit was SVN r29352.

The following Trac tickets were found above:
  Ticket 3796 --> https://svn.open-mpi.org/trac/ompi/ticket/3796
Этот коммит содержится в:
Ralph Castain 2013-10-03 19:50:10 +00:00
родитель 4c1c8d6c38
Коммит 61c4baefe0

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

@ -421,7 +421,7 @@ static void ompi_comm_destruct(ompi_communicator_t* comm)
}
/* mark this cid as available */
if ( MPI_UNDEFINED != comm->c_contextid &&
if ( MPI_UNDEFINED != (int)comm->c_contextid &&
NULL != opal_pointer_array_get_item(&ompi_mpi_communicators,
comm->c_contextid)) {
opal_pointer_array_set_item ( &ompi_mpi_communicators,