1
1

this code section was supposed to be commented out...

This commit was SVN r26918.
Этот коммит содержится в:
Edgar Gabriel 2012-07-30 20:46:07 +00:00
родитель 1078f13ad2
Коммит fb64322dc3

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

@ -342,7 +342,7 @@ int ompi_io_ompio_decode_datatype (mca_io_ompio_file_t *fh,
temp_iov,
&temp_count,
&temp_data)) {
/* #if 0 */
#if 0
printf ("%d: New raw extraction (iovec_count = %d, max_data = %lu)\n",
fh->f_rank,temp_count, (unsigned long)temp_data);
for (i = 0; i < temp_count; i++) {
@ -350,7 +350,7 @@ int ompi_io_ompio_decode_datatype (mca_io_ompio_file_t *fh,
temp_iov[i].iov_base,
(unsigned long)temp_iov[i].iov_len);
}
/* #endif */
#endif
*iovec_count = *iovec_count + temp_count;
*max_data = *max_data + temp_data;