GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
Izh_sparse_project/generate_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 <locale>
#include <stringUtils.h>
#include <sys/stat.h>
#include "command_line_processing.h"
#include "parse_options.h"

Functions

unsigned int openFileGetMax (unsigned int *array, unsigned int size, string name)
 
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 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 ./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 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.

unsigned int openFileGetMax ( unsigned int *  array,
unsigned int  size,
string  name 
)