highest_module     99 ompi/runtime/ompi_cr.c #define SIGNAL(comm, modules, highest_module, msg, ret, func)   \
highest_module    106 ompi/runtime/ompi_cr.c             for (k = 0 ; k < highest_module ; ++k) {            \
highest_module    110 ompi/runtime/ompi_cr.c                 modules[highest_module++] = my_module;          \
highest_module    126 ompi/runtime/ompi_cr.c     int i, max, ret, highest_module = 0;
highest_module    136 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, allgather);
highest_module    137 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, allgatherv);
highest_module    138 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, allreduce);
highest_module    139 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, alltoall);
highest_module    140 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, alltoallv);
highest_module    141 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, alltoallw);
highest_module    142 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, barrier);
highest_module    143 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, bcast);
highest_module    144 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, exscan);
highest_module    145 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, gather);
highest_module    146 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, gatherv);
highest_module    147 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, reduce);
highest_module    148 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, reduce_scatter);
highest_module    149 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, scan);
highest_module    150 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, scatter);
highest_module    151 ompi/runtime/ompi_cr.c         SIGNAL(comm, modules, highest_module, msg, ret, scatterv);