fileline           43 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c static int fileline=0; /* used for verbose error messages */
fileline          106 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read number of collectives in configuration file around line %d\n", fileline));
fileline          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));
fileline          118 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c             OPAL_OUTPUT((ompi_coll_tuned_stream,"Could not read next Collective id in configuration file around line %d\n", fileline));
fileline          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));
fileline          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));
fileline          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));
fileline          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));
fileline          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));
fileline          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));
fileline          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));
fileline          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));
fileline          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));
fileline          227 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c     OPAL_OUTPUT((ompi_coll_tuned_stream,"Lines in configuration file read\t\t: %5d\n", fileline));
fileline          241 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c     OPAL_OUTPUT((ompi_coll_tuned_stream,"read_rules_config_file: bad configure file [%s]. Read afar as line %d\n", fname, fileline));
fileline          266 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c             fileline++;
fileline          285 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c         if ('\n' == trash) fileline++;