GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
generate_izhikevich_network_run.cc File Reference

This file is part of a tool chain for running the classIzh/Izh_sparse example model. More...

#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <cstdlib>
#include <cmath>
#include <sys/stat.h>

Functions

template<typename T >
std::string toString (T t)
 Template function for string conversion. More...
 
unsigned int openFileGetMax (unsigned int *array, unsigned int size, string name)
 
int main (int argc, char *argv[])
 

Detailed Description

This file is part of a tool chain for running the classIzh/Izh_sparse example model.

This file compiles to a tool that wraps all the other tools into one chain of tasks, including running all the gen_* tools for generating connectivity, providing the population size information through ../userproject/include/sizes.h to the model definition, running the GeNN code generation and compilation steps, executing the model and collecting some timing information. This tool is the recommended way to quickstart using GeNN as it only requires a single command line to execute all necessary tasks.

Function Documentation

int main ( int  argc,
char *  argv[] 
)
unsigned int openFileGetMax ( unsigned int *  array,
unsigned int  size,
string  name 
)
template<typename T >
std::string toString ( t)

Template function for string conversion.