![]() |
GeNN
2.2.3
GPU enhanced Neuronal Networks (GeNN)
|
This file is part of a tool chain for running the classol/MBody_delayedSyn 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... | |
This file is part of a tool chain for running the classol/MBody_delayedSyn 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 MBody_delayedSyninition, 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.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main entry point for generate_run.