NEURON
nrnmpi.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 // This file contains functions that does not go outside of the mpi library
4 namespace coreneuron {
5 extern int nrnmpi_numprocs_;
6 extern int nrnmpi_myid_;
8 } // namespace coreneuron
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
int nrnmpi_myid_
Definition: nrnmpi.cpp:27
void nrnmpi_spike_initialize()
Definition: mpispike.cpp:37
int nrnmpi_numprocs_
Definition: nrnmpi.cpp:26