From 3daea9d9e6af8a2da6640258726c70ec859e9214 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 20 Jun 2024 12:19:33 +0100 Subject: [PATCH 1/2] move or remove cfg values --- spynnaker/pyNN/spynnaker.cfg | 27 +++---------------- .../test_java_debug/spynnaker.cfg | 4 --- 2 files changed, 3 insertions(+), 28 deletions(-) diff --git a/spynnaker/pyNN/spynnaker.cfg b/spynnaker/pyNN/spynnaker.cfg index 06f1c41542..620c473939 100644 --- a/spynnaker/pyNN/spynnaker.cfg +++ b/spynnaker/pyNN/spynnaker.cfg @@ -9,12 +9,8 @@ write_network_graph = False network_graph_format = None # Set to > 0 to allow profiler to gather samples (assuming enabled in the compiled aplx) n_profile_samples = 0 -generate_bit_field_report = False -generate_bit_field_summary_report = False -write_router_compressor_with_bitfield_iobuf = True write_expander_iobuf = False write_redundant_packet_count_report = True -write_bit_field_iobuf = False [Simulation] # Maximum spikes per second of any neuron (spike rate in Hertz) @@ -42,30 +38,13 @@ n_colour_bits = 4 # Whether to error or just warn on non-spynnaker-compatible PyNN error_on_non_spynnaker_pynn = True +[Mode] +violate_1ms_wall_clock_restriction = False + [Mapping] # Setting delay_support_adder to None will skip the adder delay_support_adder = DelaySupportAdder -[Buffers] -# Host and port on which to receive buffer requests -receive_buffer_port = None -receive_buffer_host = 0.0.0.0 - -# Buffered recording can be enabled below. Note that spike source array -# recording is always buffered. -enable_buffered_recording = False - -# These values can be adjusted to set the maximum amount of SDRAM per core -# that will be used for the various neuron parameters to be recorded. This -# will affect how many neurons can fit on a chip. -spike_buffer_size = 1048576 -variable_buffer_size = 1048576 - -# Advanced parameters to further control buffering -buffer_size_before_receive = 16384 -time_between_requests = 250 - -minimum_buffer_sdram = 1048576 [Recording] # Uncomment the following to change from the defaults diff --git a/spynnaker_integration_tests/test_debug_mode/test_java_debug/spynnaker.cfg b/spynnaker_integration_tests/test_debug_mode/test_java_debug/spynnaker.cfg index 2c03844929..bfd4c51008 100644 --- a/spynnaker_integration_tests/test_debug_mode/test_java_debug/spynnaker.cfg +++ b/spynnaker_integration_tests/test_debug_mode/test_java_debug/spynnaker.cfg @@ -8,7 +8,3 @@ mode = Debug [Java] use_java = True - -[Reports] -generate_bit_field_report = False -generate_bit_field_summary_report = False From 97e8b12eb08a37468d3a8eacc2619522965b010a Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Thu, 20 Jun 2024 13:01:35 +0100 Subject: [PATCH 2/2] do not edit message improved --- spynnaker/pyNN/spynnaker.cfg | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/spynnaker/pyNN/spynnaker.cfg b/spynnaker/pyNN/spynnaker.cfg index 620c473939..64356d6762 100644 --- a/spynnaker/pyNN/spynnaker.cfg +++ b/spynnaker/pyNN/spynnaker.cfg @@ -1,5 +1,12 @@ -# DO NOT EDIT -# See spinnakermanchester.github.io/common_pages/Algorithms.html +# DO NOT EDIT! +# The are the default values +# Edit the cfg in your home directory to change your preferences +# Add / Edit a cfg in the run directory for script specific changes + +# Adds to values in SpiNNFrontEndCommon/spinn_front_end_common/interface/spinnaker.cfg +# Which in turn adds to values in PACMAN/pacman/pacman.cfg, +# SpiNNMan/spinnman/spinnman.cfg, SpiNNUtils/spinn_utilities/spinn_utilities.cfg +# and SpiNNMachine/spinn_machine/spinn_machine.cfg [Reports] # Note: graphviz is required to draw the graph