1
1

Modifying selection logic to select dynamic for cases where two_phase

fails.

This commit was SVN r25171.
Этот коммит содержится в:
Vishwanath Venkatesan 2011-09-20 21:57:23 +00:00
родитель 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;