SpineML / SpineML_2_BRAHMS

Code generation scripts to run a SpineML neural model using BRAHMS on standard CPUs
http://spineml.github.io/simulators/BRAHMS/
4 stars 3 forks source link

Add debugging flags #25

Closed sebjameswml closed 7 years ago

sebjameswml commented 8 years ago

It's quite easy to run a simulation with gdb or valgrind. It would be useful to have a flag or two in convert_script_s2b to do this.

The scripting would need to make up a list of directories into a gdbcmd file for the gdb option. I'll have to get brahms to install brahms-gdb and brahms-vg as well (at the moment these scripts are not installed by default even though I have them in the brahms src).

sebjameswml commented 7 years ago

Sorted with commit e454449