GeNN
3.3.0
GPU enhanced Neuronal Networks (GeNN)
|
Contains functions to generate code for running the simulation with MPI. Part of the code generation section. More...
Functions | |
void | genMPI (const NNmodel &model, const string &path, int localHostID) |
A function that generates predominantly MPI infrastructure code. More... | |
Contains functions to generate code for running the simulation with MPI. Part of the code generation section.
void genMPI | ( | const NNmodel & | model, |
const string & | path, | ||
int | localHostID | ||
) |
A function that generates predominantly MPI infrastructure code.
In this function MPI infrastructure code are generated, including: MPI send and receive functions.
model | Model description |
path | Path for code generation |
localHostID | ID of local host |