Skip to content

Commit

Permalink
Limit write-size for neurotrees_copy
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf committed Jun 7, 2024
1 parent fa6eccc commit 1e7fd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/miv_simulator/simulator/generate_synapse_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def generate_synapse_forest(
_run(
[
"mpirun -n 1 neurotrees_copy",
"--write-size 1000",
"--fill",
"--output",
output_filepath,
Expand Down

0 comments on commit 1e7fd61

Please sign in to comment.