326 TIMPI_MPI_PAIR_BINARY(max)
327 TIMPI_MPI_PAIR_BINARY(min)
328 TIMPI_MPI_PAIR_LOCATOR(max)
329 TIMPI_MPI_PAIR_LOCATOR(min)
330 TIMPI_MPI_PAIR_BINARY_FUNCTOR(plus)
331 TIMPI_MPI_PAIR_BINARY_FUNCTOR(multiplies)
334 TIMPI_MPI_OPFUNCTION(max, pair_max)
335 TIMPI_MPI_OPFUNCTION(min, pair_min)
336 TIMPI_MPI_OPFUNCTION(sum, pair_plus)
337 TIMPI_MPI_OPFUNCTION(product, pair_multiplies)
339 TIMPI_MPI_OPFUNCTION(max_location, pair_max_location)
340 TIMPI_MPI_OPFUNCTION(min_location, pair_min_location)