Home
last modified time | relevance | path

Searched defs:is_mpi_op (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/mpi/
Doperations.hpp196 struct is_mpi_op : public mpl::false_ { }; struct
200 struct is_mpi_op<maximum<T>, T> struct
204 static MPI_Op op() { return MPI_MAX; } in op()
209 struct is_mpi_op<minimum<T>, T> struct
213 static MPI_Op op() { return MPI_MIN; } in op()
218 struct is_mpi_op<std::plus<T>, T> struct
223 static MPI_Op op() { return MPI_SUM; } in op()
228 struct is_mpi_op<std::multiplies<T>, T> struct
233 static MPI_Op op() { return MPI_PROD; } in op()
238 struct is_mpi_op<std::logical_and<T>, T> struct
[all …]