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
MPI_Comm nrnmpi_comm
void * hoc_Erealloc(void *buf, size_t size)
Definition: symbol.cpp:253
void hoc_malchk()
Definition: symbol.cpp:187
char buf[512]
Definition: init.cpp:13
MPI_Comm nrnmpi_world_comm
void * hoc_Emalloc(size_t size)
Definition: symbol.cpp:194