add the dynamic_gen2 component into the fcoll selection table.
Этот коммит содержится в:
родитель
268d525053
Коммит
4f400314e0
@ -9,7 +9,7 @@
|
||||
* University of Stuttgart. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2008-2011 University of Houston. All rights reserved.
|
||||
* Copyright (c) 2008-2016 University of Houston. All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -272,6 +272,11 @@ int mca_fcoll_base_query_table (struct mca_io_ompio_file_t *file, char *name)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
if (!strcmp (name, "dynamic_gen2")) {
|
||||
if ( LUSTRE == file->f_fstype ) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
if (!strcmp (name, "two_phase")) {
|
||||
if ((int)file->f_cc_size < file->f_bytes_per_agg &&
|
||||
file->f_cc_size < file->f_stripe_size) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user