1
1

f_cc_size is contiguous chunk size, not the stripe width. There is no stripe_width in the file handle structure.

This commit was SVN r30314.
Этот коммит содержится в:
Hadi Montakhabi 2014-01-17 18:35:55 +00:00
родитель 0d8424e0a6
Коммит 8c14411289

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

@ -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-2014 University of Houston. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -177,7 +177,6 @@ mca_fs_pvfs2_file_open (struct ompi_communicator_t *comm,
if (fs_pvfs2_stripe_size > 0 && fs_pvfs2_stripe_width > 0) {
fh->f_stripe_size = fs_pvfs2_stripe_size;
fh->f_cc_size = fs_pvfs2_stripe_width;
}
return OMPI_SUCCESS;