char_stripe 418 ompi/mca/common/ompio/common_ompio_file_open.c char char_stripe[MPI_MAX_INFO_VAL]; char_stripe 429 ompi/mca/common/ompio/common_ompio_file_open.c opal_info_get (fh->f_info, "cb_buffer_size", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 432 ompi/mca/common/ompio/common_ompio_file_open.c sscanf ( char_stripe, "%d", &fh->f_bytes_per_agg ); char_stripe 433 ompi/mca/common/ompio/common_ompio_file_open.c OMPIO_MCA_PRINT_INFO(fh, "cb_buffer_size", char_stripe, ""); char_stripe 203 ompi/mca/common/ompio/common_ompio_file_view.c char char_stripe[MPI_MAX_INFO_VAL]; char_stripe 205 ompi/mca/common/ompio/common_ompio_file_view.c opal_info_get (fh->f_info, "cb_nodes", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 207 ompi/mca/common/ompio/common_ompio_file_view.c sscanf ( char_stripe, "%d", &num_cb_nodes ); char_stripe 208 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "cb_nodes", char_stripe, ""); char_stripe 212 ompi/mca/common/ompio/common_ompio_file_view.c opal_info_get (info, "cb_nodes", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 214 ompi/mca/common/ompio/common_ompio_file_view.c sscanf ( char_stripe, "%d", &num_cb_nodes ); char_stripe 215 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "cb_nodes", char_stripe, ""); char_stripe 306 ompi/mca/common/ompio/common_ompio_file_view.c opal_info_get (fh->f_info, "collective_buffering", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 308 ompi/mca/common/ompio/common_ompio_file_view.c if ( strncmp ( char_stripe, "false", sizeof("true") )){ char_stripe 310 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "collective_buffering", char_stripe, "enforcing using individual fcoll component"); char_stripe 312 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "collective_buffering", char_stripe, ""); char_stripe 315 ompi/mca/common/ompio/common_ompio_file_view.c opal_info_get (info, "collective_buffering", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 317 ompi/mca/common/ompio/common_ompio_file_view.c if ( strncmp ( char_stripe, "false", sizeof("true") )){ char_stripe 319 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "collective_buffering", char_stripe, "enforcing using individual fcoll component"); char_stripe 321 ompi/mca/common/ompio/common_ompio_file_view.c OMPIO_MCA_PRINT_INFO(fh, "collective_buffering", char_stripe, ""); char_stripe 72 ompi/mca/fs/lustre/fs_lustre_file_open.c char char_stripe[MPI_MAX_INFO_KEY]; char_stripe 95 ompi/mca/fs/lustre/fs_lustre_file_open.c opal_info_get (info, "stripe_size", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 97 ompi/mca/fs/lustre/fs_lustre_file_open.c sscanf ( char_stripe, "%d", &fs_lustre_stripe_size ); char_stripe 100 ompi/mca/fs/lustre/fs_lustre_file_open.c opal_info_get (info, "stripe_width", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 102 ompi/mca/fs/lustre/fs_lustre_file_open.c sscanf ( char_stripe, "%d", &fs_lustre_stripe_width ); char_stripe 77 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c char char_stripe[MPI_MAX_INFO_KEY]; char_stripe 112 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c opal_info_get (info, "stripe_size", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 114 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c sscanf ( char_stripe, "%d", &fs_pvfs2_stripe_size ); char_stripe 117 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c opal_info_get (info, "stripe_width", MPI_MAX_INFO_VAL, char_stripe, &flag); char_stripe 119 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c sscanf ( char_stripe, "%d", &fs_pvfs2_stripe_width );