Neko  0.8.1
A portable framework for high-order spectral element flow simulations
device_mpi_reduce.h
Go to the documentation of this file.
1 #ifndef __MATH_DEVICE_MPI_REDUCE_H__
2 #define __MATH_DEVICE_MPI_REDUCE_H__
3 
8 extern "C" {
9  void device_mpi_allreduce(void *buf_d, void *buf, int count,
10  size_t nbytes, int op);
11 
12  void device_mpi_allreduce_inplace(void *buf_d, int count,
13  size_t nbytes, int op);
14 }
15 
16 #endif // __MATH_DEVICE_MPI_REDUCE_H__
void device_mpi_allreduce(void *buf_d, void *buf, int count, size_t nbytes, int op)
void device_mpi_allreduce_inplace(void *buf_d, int count, size_t nbytes, int op)
real * buf
Definition: pipecg_aux.cu:42