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.
Этот коммит содержится в:
родитель
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,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user