ncs 62 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c int x, ncs, nms; ncs 146 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c for (ncs=0;ncs<NCS;ncs++) { /* for each comm size */ ncs 148 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c com_p = &(alg_p->com_rules[ncs]); ncs 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)); ncs 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)); ncs 166 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c com_p->msg_rules = ompi_coll_tuned_mk_msg_rules (NMS, CI, ncs, CS); ncs 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)); ncs 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)); ncs 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)); ncs 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)); ncs 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));