Neko  0.8.1
A portable framework for high-order spectral element flow simulations
comm_wrapper.c
Go to the documentation of this file.
1 
4 #include <comm/comm.h>
5 
10 MPI_Comm NEKO_COMM;
11 
15 void neko_comm_wrapper_init(MPI_Fint fcomm) {
16  NEKO_COMM = MPI_Comm_f2c(fcomm);
17 }
MPI_Comm NEKO_COMM
Definition: comm_wrapper.c:10
void neko_comm_wrapper_init(MPI_Fint fcomm)
Definition: comm_wrapper.c:15