Correctly casted variable to make DEBUG print to not cause a warning.
This commit was SVN r19256.
Этот коммит содержится в:
родитель
d61cfd98cb
Коммит
d471f7d7eb
@ -746,7 +746,7 @@ int mqs_get_communicator (mqs_process *proc, mqs_communicator *comm)
|
|||||||
if (extra->current_communicator) {
|
if (extra->current_communicator) {
|
||||||
*comm = extra->current_communicator->comm_info;
|
*comm = extra->current_communicator->comm_info;
|
||||||
DEBUG(VERBOSE_COMM,("mqs_get_communicator %d local_rank %d name %s\n",
|
DEBUG(VERBOSE_COMM,("mqs_get_communicator %d local_rank %d name %s\n",
|
||||||
comm->unique_id, (int)comm->local_rank,
|
(int)comm->unique_id, (int)comm->local_rank,
|
||||||
comm->name));
|
comm->name));
|
||||||
return mqs_ok;
|
return mqs_ok;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user