Neko  0.8.1
A portable framework for high-order spectral element flow simulations
device_mpi_op.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEVICE_MPI_SUM   0
 
#define DEVICE_MPI_MAX   1
 

Macro Definition Documentation

◆ DEVICE_MPI_MAX

#define DEVICE_MPI_MAX   1

Definition at line 10 of file device_mpi_op.h.

◆ DEVICE_MPI_SUM

#define DEVICE_MPI_SUM   0

Dummy defintion of device MPI reduce operations

Note
we can't put this in device_mpi_reduce.h and include it in device_mpi_reduce.c due to the C++ interface

Definition at line 9 of file device_mpi_op.h.