GeNN  3.3.0
GPU enhanced Neuronal Networks (GeNN)
generateMPI.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*--------------------------------------------------------------------------
4  Author: Mengchi Zhang
5 
6  Institute: Center for Computational Neuroscience and Robotics
7  University of Sussex
8  Falmer, Brighton BN1 9QJ, UK
9 
10  email to: zhan2308@purdue.edu
11 
12  initial version: 2017-07-19
13 
14  --------------------------------------------------------------------------*/
15 
16 //-----------------------------------------------------------------------
22 //--------------------------------------------------------------------------
23 
24 // Standard C++ includes
25 #include <string>
26 
27 // Forward declarations
28 class NNmodel;
29 
30 using namespace std;
31 
32 //--------------------------------------------------------------------------
39 //--------------------------------------------------------------------------
40 void genMPI(const NNmodel &model,
41  const string &path,
42  int localHostID);
Definition: modelSpec.h:132
void genMPI(const NNmodel &model, const string &path, int localHostID)
A function that generates predominantly MPI infrastructure code.
Definition: generateMPI.cc:226