-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
What kind of issue is this?
- Bug report
- Feature request
- Question not answered in documentation
- Cleanup needed
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