Neko  0.8.99
A portable framework for high-order spectral element flow simulations
comm_wrapper.c File Reference
#include <comm/comm.h>
Include dependency graph for comm_wrapper.c:

Go to the source code of this file.

Functions

void neko_comm_wrapper_init (MPI_Fint fcomm)
 

Variables

MPI_Comm NEKO_COMM
 

Function Documentation

◆ neko_comm_wrapper_init()

void neko_comm_wrapper_init ( MPI_Fint  fcomm)

Setup Neko's communicator for C/C++

Definition at line 15 of file comm_wrapper.c.

Variable Documentation

◆ NEKO_COMM

MPI_Comm NEKO_COMM

Wrapper for Neko's MPI related data MPI communicator

Note
Same name as for the Fortran equivalent

Definition at line 10 of file comm_wrapper.c.