INGOR
Loading...
Searching...
No Matches
ytMPI.h
1#ifndef __INGOR_MPI_H
2#define __INGOR_MPI_H
3
4#ifdef USE_MPI
5#include <mpi.h>
6#else
7typedef int MPI_Comm;
8#endif /* USE_MPI */
9
10
11#endif /* __INGOR_MPI_H */