1
1

do not set the contigous flag in two_phase_file_read_all. This optimization

needs some more debugging for the two_phase component, and is disabled
for two_phase_file_write_all as well.
Этот коммит содержится в:
Edgar Gabriel 2015-09-18 09:30:50 -05:00
родитель 3734a38370
Коммит 01fcfb08fe

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

@ -139,9 +139,9 @@ mca_fcoll_two_phase_file_read_all (mca_io_ompio_file_t *fh,
#if OMPIO_FCOLL_WANT_TIME_BREAKDOWN
mca_io_ompio_print_entry nentry;
#endif
if (opal_datatype_is_predefined(&datatype->super)) {
fh->f_flags = fh->f_flags | OMPIO_CONTIGUOUS_MEMORY;
}
// if (opal_datatype_is_predefined(&datatype->super)) {
// fh->f_flags = fh->f_flags | OMPIO_CONTIGUOUS_MEMORY;
// }
if (! (fh->f_flags & OMPIO_CONTIGUOUS_MEMORY)) {
ret = fh->f_decode_datatype ((struct mca_io_ompio_file_t *)fh,