OP_FUNC           279 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum,   int8_t,   int8_t, +=)
OP_FUNC           280 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum,  uint8_t,  uint8_t, +=)
OP_FUNC           281 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum,  int16_t,  int16_t, +=)
OP_FUNC           282 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, uint16_t, uint16_t, +=)
OP_FUNC           283 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum,  int32_t,  int32_t, +=)
OP_FUNC           284 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, uint32_t, uint32_t, +=)
OP_FUNC           285 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum,  int64_t,  int64_t, +=)
OP_FUNC           286 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, uint64_t, uint64_t, +=)
OP_FUNC           289 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_integer, ompi_fortran_integer_t, +=)
OP_FUNC           292 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_integer1, ompi_fortran_integer1_t, +=)
OP_FUNC           295 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_integer2, ompi_fortran_integer2_t, +=)
OP_FUNC           298 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_integer4, ompi_fortran_integer4_t, +=)
OP_FUNC           301 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_integer8, ompi_fortran_integer8_t, +=)
OP_FUNC           304 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_integer16, ompi_fortran_integer16_t, +=)
OP_FUNC           308 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, short_float, short float, +=)
OP_FUNC           310 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, short_float, opal_short_float_t, +=)
OP_FUNC           312 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, float, float, +=)
OP_FUNC           313 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, double, double, +=)
OP_FUNC           314 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, long_double, long double, +=)
OP_FUNC           316 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_real, ompi_fortran_real_t, +=)
OP_FUNC           319 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_double_precision, ompi_fortran_double_precision_t, +=)
OP_FUNC           322 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_real2, ompi_fortran_real2_t, +=)
OP_FUNC           325 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_real4, ompi_fortran_real4_t, +=)
OP_FUNC           328 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_real8, ompi_fortran_real8_t, +=)
OP_FUNC           331 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, fortran_real16, ompi_fortran_real16_t, +=)
OP_FUNC           335 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, c_short_float_complex, short float _Complex, +=)
OP_FUNC           339 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, c_float_complex, float _Complex, +=)
OP_FUNC           340 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, c_double_complex, double _Complex, +=)
OP_FUNC           341 ompi/mca/op/base/op_base_functions.c OP_FUNC(sum, c_long_double_complex, long double _Complex, +=)
OP_FUNC           348 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod,   int8_t,   int8_t, *=)
OP_FUNC           349 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod,  uint8_t,  uint8_t, *=)
OP_FUNC           350 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod,  int16_t,  int16_t, *=)
OP_FUNC           351 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, uint16_t, uint16_t, *=)
OP_FUNC           352 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod,  int32_t,  int32_t, *=)
OP_FUNC           353 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, uint32_t, uint32_t, *=)
OP_FUNC           354 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod,  int64_t,  int64_t, *=)
OP_FUNC           355 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, uint64_t, uint64_t, *=)
OP_FUNC           358 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_integer, ompi_fortran_integer_t, *=)
OP_FUNC           361 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_integer1, ompi_fortran_integer1_t, *=)
OP_FUNC           364 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_integer2, ompi_fortran_integer2_t, *=)
OP_FUNC           367 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_integer4, ompi_fortran_integer4_t, *=)
OP_FUNC           370 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_integer8, ompi_fortran_integer8_t, *=)
OP_FUNC           373 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_integer16, ompi_fortran_integer16_t, *=)
OP_FUNC           377 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, short_float, short float, *=)
OP_FUNC           379 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, short_float, opal_short_float_t, *=)
OP_FUNC           381 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, float, float, *=)
OP_FUNC           382 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, double, double, *=)
OP_FUNC           383 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, long_double, long double, *=)
OP_FUNC           385 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_real, ompi_fortran_real_t, *=)
OP_FUNC           388 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_double_precision, ompi_fortran_double_precision_t, *=)
OP_FUNC           391 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_real2, ompi_fortran_real2_t, *=)
OP_FUNC           394 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_real4, ompi_fortran_real4_t, *=)
OP_FUNC           397 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_real8, ompi_fortran_real8_t, *=)
OP_FUNC           400 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, fortran_real16, ompi_fortran_real16_t, *=)
OP_FUNC           404 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, c_short_float_complex, short float _Complex, *=)
OP_FUNC           408 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, c_float_complex, float _Complex, *=)
OP_FUNC           409 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, c_double_complex, double _Complex, *=)
OP_FUNC           410 ompi/mca/op/base/op_base_functions.c OP_FUNC(prod, c_long_double_complex, long double _Complex, *=)