You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem appears to arise, at least partly, when BG is compiled without HDF5 support and the output file directory doesn't exist.
When we run the simulator with one cluster, we get a segmentation fault at the end of the simulation, just after it outputs "Cluster: 0 total_incoming_synapse_count: 0" but before it outputs the elapsed time information.
When we run with two clusters, the simulation completes without error.
When we create the "results" directory, then the simulation runs fine.
What is affected by this?
How do we replicate the issue/how would it work?
Edit Makefile to set "CUSEHDF5 = no"
make growth
Make sure results directory doesn't exist
./growth -t configfiles/test-tiny.xml -c 1
./growth -t configfiles/test-tiny.xml -c 2
mkdir results
repeat steps 4 and 5
Expected behavior (i.e. solution or outline of what it would look like)
Other Comments
The text was updated successfully, but these errors were encountered:
What kind of issue is this?
This problem appears to arise, at least partly, when BG is compiled without HDF5 support and the output file directory doesn't exist.
When we run the simulator with one cluster, we get a segmentation fault at the end of the simulation, just after it outputs "Cluster: 0 total_incoming_synapse_count: 0" but before it outputs the elapsed time information.
When we run with two clusters, the simulation completes without error.
When we create the "results" directory, then the simulation runs fine.
What is affected by this?
How do we replicate the issue/how would it work?
Expected behavior (i.e. solution or outline of what it would look like)
Other Comments
The text was updated successfully, but these errors were encountered: