I encountered the following error when running the “simple_example_synapses.py” provided by brian2genn. It looks like a out of memory issue during compilation. Thanks for any help.
Description of problem
Traceback (most recent call last):
File "simple_example_synapses.py", line 50, in <module>
run(100*ms)
File "/home/wxie/local_pkgs/brian2/brian2/units/fundamentalunits.py", line 2428, in new_f
result = f(*args, **kwds)
File "/home/wxie/local_pkgs/brian2/brian2/core/magic.py", line 377, in run
return magic_network.run(duration, report=report, report_period=report_period,
File "/home/wxie/local_pkgs/brian2/brian2/core/magic.py", line 230, in run
Network.run(self, duration, report=report, report_period=report_period,
File "/home/wxie/local_pkgs/brian2/brian2/core/base.py", line 291, in device_override_decorated_function
return getattr(curdev, name)(*args, **kwds)
File "/home/wxie/local_pkgs/brian2genn/brian2genn/device.py", line 1900, in network_run
super(GeNNDevice, self).network_run(net=net, duration=duration,
File "/home/wxie/local_pkgs/brian2/brian2/devices/cpp_standalone/device.py", line 1535, in network_run
self.build(direct_call=False, **self.build_options)
File "/home/wxie/local_pkgs/brian2genn/brian2genn/device.py", line 880, in build
raise RuntimeError(('Project compilation failed (Command {cmd} '
RuntimeError: Project compilation failed (Command ['/home/wxie/local_pkgs/genn/bin/genn-buildmodel.sh', '-i', '/home/wxie/example:/home/wxie/example/simple_example_synapses:/home/wxie/example/simple_example_synapses/brianlib/randomkit', 'magicnetwork_model.cpp'] failed with error code 50).
See the output above (if any) for more details.