1
1

arghh, copy-and-paste error, status->_ucount has to be set to 0 not max_data for count=0.

This commit was SVN r28576.
Этот коммит содержится в:
Edgar Gabriel 2013-05-30 22:00:29 +00:00
родитель 9daec82f17
Коммит 87b3782b7f

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

@ -64,7 +64,7 @@ mca_io_ompio_file_read (ompi_file_t *fp,
if ( 0 == count ) {
if ( MPI_STATUS_IGNORE != status ) {
status->_ucount = max_data;
status->_ucount = 0;
}
return ret;
}