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 option to skip SystemML creation #9

Closed sebjameswml closed 10 years ago

sebjameswml commented 10 years ago

The intention here is to call convert_script_s2b with an option (-s for speed/don't re-create sys.xml or sys-exe.xml) so that the lengthy xsltproc call which creates sys.xml is avoided, if possible. I've already coded this as e2f94a0 and committed it into my matlab_comms branch. I'll close this when it's merged into master.

I'll also create another issue which will be to automatically determine if sys.xml/sys-exe.xml need to be re-created based on a checksum of the experiment/model/etc xml SpineML model files.

sebjameswml commented 10 years ago

Merged into master.