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