Neko  0.8.99
A portable framework for high-order spectral element flow simulations
comm.h
Go to the documentation of this file.
1 #ifndef __COMM_H
2 #define __COMM_H
3 
7 #include <mpi.h>
8 
13 extern MPI_Comm NEKO_COMM;
14 
15 
16 #endif
MPI_Comm NEKO_COMM
Definition: comm_wrapper.c:10