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

This file is part of a tool chain for running the classol/MBody_userdef 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/MBody_userdef 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_userdef 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[] 
)

Main entry point for generate_run.