GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
PoissonIzh_project/generate_run.cc File Reference

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

#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <cstdlib>
#include <cmath>
#include <cfloat>
#include <locale>
#include <sys/stat.h>
#include "stringUtils.h"
#include "command_line_processing.h"
#include "parse_options.h"

Functions

int main (int argc, char *argv[])
 Main entry point for generate_run. More...
 

Detailed Description

This file is part of a tool chain for running the classol/MBody1 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 ./model/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 Poisson-Izhikevich example in GeNN as it only requires a single command line to execute all necessary tasks.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Main entry point for generate_run.