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

convert_script_s2b -m /path/with spaces and (things)/fails #12

Open sebjameswml opened 10 years ago

sebjameswml commented 10 years ago

Also bad.

sebjameswml commented 10 years ago

E.g.:

[pc1ssj@amd-node126 SpineML_2_BRAHMS]$ ./convert_script_s2b -m ../dir\ with\ space/model -o ../../../fastdata/pc1ssj/test7
../dir does not exist!
MODEL_DIR: 
OUTPUT_DIR: /fastdata/pc1ssj/test7
Tools compiled correctly
No experiment description to work from in /experiment.xml
Exiting.
[pc1ssj@amd-node126 SpineML_2_BRAHMS]$ 
sebjameswml commented 10 years ago

Commit 1280ecc sorts this out, though I imagine I've probably missed something somewhere in there.