Searched defs:is_mpi_op (Results 1 – 1 of 1) sorted by relevance
196 struct is_mpi_op : public mpl::false_ { }; struct200 struct is_mpi_op<maximum<T>, T> struct204 static MPI_Op op() { return MPI_MAX; } in op()209 struct is_mpi_op<minimum<T>, T> struct213 static MPI_Op op() { return MPI_MIN; } in op()218 struct is_mpi_op<std::plus<T>, T> struct223 static MPI_Op op() { return MPI_SUM; } in op()228 struct is_mpi_op<std::multiplies<T>, T> struct233 static MPI_Op op() { return MPI_PROD; } in op()238 struct is_mpi_op<std::logical_and<T>, T> struct[all …]