Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
cuda_mpi_routines.h
1#ifndef CUDA_MPI_ROUTINES
2#define CUDA_MPI_ROUTINES
3
4#ifdef __cplusplus
5extern "C" {
6#endif //__cplusplus
7
10int initialize_cuda_mpi(int myid, int nprocs);
11
12#ifdef __cplusplus
13}
14#endif //__cplusplus
15
16#endif // CUDA_MPI_ROUTINES