NEURON
nrnmpi_impl.h
Go to the documentation of this file.
1
#ifndef nrnmpi_impl_h
2
#define nrnmpi_impl_h
3
4
#include <mpi.h>
5
6
#if defined(__cplusplus)
7
extern
"C"
{
8
#endif
9
10
extern
void
*
hoc_Emalloc
(
size_t
size);
11
extern
void
hoc_malchk
();
12
extern
void
*
hoc_Erealloc
(
void
*
buf
,
size_t
size);
13
14
extern
MPI_Comm
nrnmpi_world_comm
;
15
extern
MPI_Comm
nrnmpi_comm
;
16
17
#if defined(__cplusplus)
18
}
19
#endif
20
21
#endif
buf
char buf[512]
Definition:
init.cpp:13
nrnmpi_world_comm
MPI_Comm nrnmpi_world_comm
hoc_Erealloc
void * hoc_Erealloc(void *buf, size_t size)
Definition:
symbol.cpp:251
hoc_Emalloc
void * hoc_Emalloc(size_t size)
Definition:
symbol.cpp:190
nrnmpi_comm
MPI_Comm nrnmpi_comm
hoc_malchk
void hoc_malchk()
Definition:
symbol.cpp:183
src
nrnmpi
nrnmpi_impl.h