Modifying selection logic to select dynamic for cases where two_phase
fails. This commit was SVN r25171.
Этот коммит содержится в:
родитель
29c4981caa
Коммит
2ee2b478d8
@ -379,8 +379,8 @@ int mca_fcoll_base_query_table (struct mca_io_ompio_file_t *file, char *name)
|
||||
file->f_cc_size >= file->f_stripe_size) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
if (!strcmp (name, "two_phase")) {
|
||||
/* }
|
||||
if (!strcmp (name, "two_phase")) {*/
|
||||
if ((int)file->f_cc_size < file->f_bytes_per_agg &&
|
||||
file->f_cc_size < file->f_stripe_size) {
|
||||
return 1;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user