00001 #ifndef nrnmpi_impl_h 00002 #define nrnmpi_impl_h 00003 00004 #include <mpi.h> 00005 00006 extern void* hoc_Emalloc(unsigned long size); 00007 extern void* hoc_Erealloc(void* buf, unsigned long size); 00008 extern void hoc_malchk(); 00009 00010 extern MPI_Comm nrnmpi_world_comm; 00011 extern MPI_Comm nrnmpi_comm; 00012 00013 #endif