1
1

ompi/communicator: destruct ompi_communicator_t's c_lock in the destructor

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2017-12-01 15:55:41 +09:00
родитель 5f1a967351
Коммит 1ba4c185bc

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

@ -465,6 +465,8 @@ static void ompi_comm_destruct(ompi_communicator_t* comm)
opal_pointer_array_set_item ( &ompi_comm_f_to_c_table,
comm->c_f_to_c_index, NULL);
}
OBJ_DESTRUCT(&comm->c_lock);
}
#define OMPI_COMM_SET_INFO_FN(name, flag) \