- As in r21238, do not use printf %z for size_t...
This commit was SVN r21239. The following SVN revision numbers were found above: r21238 --> open-mpi/ompi@b2f8095ba7
Этот коммит содержится в:
родитель
b2f8095ba7
Коммит
fc65875542
@ -130,8 +130,8 @@ static int local_copy_ddt_raw( ompi_datatype_t* pdt, int count, int iov_num )
|
||||
printf( "raw extraction in %ld microsec\n", total_time );
|
||||
OBJ_RELEASE( convertor );
|
||||
if( remaining_length != 0 ) {
|
||||
printf( "Not all raw description was been extracted (%zd bytes missing)\n",
|
||||
remaining_length );
|
||||
printf( "Not all raw description was been extracted (%lu bytes missing)\n",
|
||||
(unsigned long) remaining_length );
|
||||
}
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user