name_length       139 ompi/mca/common/ompio/common_ompio.h typedef int (*mca_common_ompio_get_mca_parameter_value_fn_t) ( char *mca_parameter_name, int name_length );
name_length       522 ompi/mca/io/ompio/io_ompio.c int mca_io_ompio_get_mca_parameter_value ( char *mca_parameter_name, int name_length )
name_length       524 ompi/mca/io/ompio/io_ompio.c     if ( !strncmp ( mca_parameter_name, "verbose_info_parsing", name_length )) {
name_length       527 ompi/mca/io/ompio/io_ompio.c     else if ( !strncmp ( mca_parameter_name, "num_aggregators", name_length )) {
name_length       530 ompi/mca/io/ompio/io_ompio.c     else if ( !strncmp ( mca_parameter_name, "bytes_per_agg", name_length )) {
name_length       533 ompi/mca/io/ompio/io_ompio.c     else if ( !strncmp ( mca_parameter_name, "overwrite_amode", name_length )) {
name_length       536 ompi/mca/io/ompio/io_ompio.c     else if ( !strncmp ( mca_parameter_name, "cycle_buffer_size", name_length )) {
name_length       539 ompi/mca/io/ompio/io_ompio.c     else if ( !strncmp ( mca_parameter_name, "max_aggregators_ratio", name_length )) {
name_length       542 ompi/mca/io/ompio/io_ompio.c     else if ( !strncmp ( mca_parameter_name, "aggregators_cutoff_threshold", name_length )) {
name_length       545 ompi/mca/io/ompio/io_ompio.c     else if ( !strncmp ( mca_parameter_name, "grouping_option", name_length )) {
name_length       548 ompi/mca/io/ompio/io_ompio.c     else if ( !strncmp ( mca_parameter_name, "coll_timing_info", name_length )) {
name_length       107 ompi/mca/io/ompio/io_ompio.h OMPI_DECLSPEC int  mca_io_ompio_get_mca_parameter_value ( char *mca_parameter_name, int name_length);