n_collectives 57 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c int ompi_coll_tuned_read_rules_config_file (char *fname, ompi_coll_alg_rule_t** rules, int n_collectives) n_collectives 86 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c if (n_collectives<1) { n_collectives 87 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c OPAL_OUTPUT((ompi_coll_tuned_stream,"Gave %d as max number of collectives in the rule table configuration file for tuned collectives!... ignoring!\n", n_collectives)); n_collectives 98 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c alg_rules = ompi_coll_tuned_mk_alg_rules (n_collectives); n_collectives 109 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c if (X>n_collectives) { n_collectives 110 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c OPAL_OUTPUT((ompi_coll_tuned_stream,"Number of collectives in configuration file %d is greater than number of MPI collectives possible %d ??? error around line %d\n", X, n_collectives, fileline)); n_collectives 121 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c if (CI>=n_collectives) { n_collectives 122 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c OPAL_OUTPUT((ompi_coll_tuned_stream,"Collective id in configuration file %d is greater than MPI collectives possible %d. Error around line %d\n", CI, n_collectives, fileline)); n_collectives 247 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c if (alg_rules) ompi_coll_tuned_free_all_rules (alg_rules, n_collectives); n_collectives 30 ompi/mca/coll/tuned/coll_tuned_dynamic_file.h int ompi_coll_tuned_read_rules_config_file (char *fname, ompi_coll_alg_rule_t** rules, int n_collectives);