CI                 60 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c     int X, CI, NCS, CS, ALG, NMS, FANINOUT;
CI                116 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         CI = (int)getnext (fptr);
CI                117 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         if (CI<0) {
CI                121 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         if (CI>=n_collectives) {
CI                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));
CI                126 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         if (alg_rules[CI].alg_rule_id != CI) {
CI                127 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c             OPAL_OUTPUT((ompi_coll_tuned_stream, "Internal error in handling collective ID %d\n", CI));
CI                130 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         OPAL_OUTPUT((ompi_coll_tuned_stream, "Reading dynamic rule for collective ID %d\n", CI));
CI                131 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         alg_p = &alg_rules[CI];
CI                133 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         alg_p->alg_rule_id = CI;
CI                139 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c             OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read count of communicators for collective ID %d at around line %d\n", CI, fileline));
CI                142 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         OPAL_OUTPUT((ompi_coll_tuned_stream, "Read communicator count %d for dynamic rule for collective ID %d\n", NCS, CI));
CI                144 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         alg_p->com_rules = ompi_coll_tuned_mk_com_rules (NCS, CI);
CI                152 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c                 OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read communicator size for collective ID %d com rule %d at around line %d\n", CI, ncs, fileline));
CI                160 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c                 OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read number of message sizes for collective ID %d com rule %d at around line %d\n", CI, ncs, fileline));
CI                164 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c                          NMS, CI, CS));
CI                166 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c             com_p->msg_rules = ompi_coll_tuned_mk_msg_rules (NMS, CI, ncs, CS);
CI                176 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c                     OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read message size for collective ID %d com rule %d msg rule %d at around line %d\n", CI, ncs, nms, fileline));
CI                183 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c                     OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read target algorithm method for collective ID %d com rule %d msg rule %d at around line %d\n", CI, ncs, nms, fileline));
CI                190 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c                     OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read fan in/out topo for collective ID %d com rule %d msg rule %d at around line %d\n", CI, ncs, nms, fileline));
CI                197 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c                     OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read target segment size for collective ID %d com rule %d msg rule %d at around line %d\n", CI, ncs, nms, fileline));
CI                204 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c                     OPAL_OUTPUT((ompi_coll_tuned_stream,"Message size was %lu for collective ID %d com rule %d msg rule %d at around line %d\n", MS, CI, ncs, nms, fileline));
CI                217 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         OPAL_OUTPUT((ompi_coll_tuned_stream, "Done reading dynamic rule for collective ID %d\n", CI));