"A SpiNNaker machine must be specified your configuration"

105 views
Skip to first unread message

Gert Vanhollebeke

unread,
May 4, 2017, 11:50:31 AM5/4/17
to SpiNNaker Users Group
Hello,

I am trying to run a very simple pyNN script (the va_benchmark.py one) on a spiNNaker development 3 board and get the following error:

WARNING:spinn_machine.utilities.progress_bar:Deprecation Warning: ProgressBar has moved to SpiNNUtils.
1200 300
WARNING: Extra params {'db_name': 'va_benchmark.sqlite', 'filename': 'va_CUBA.xml', 'threads': 1, 'label': 'VA'} have been applied to the setup command which we do not consider
Traceback (most recent call last):
  File "va_benchmark.py", line 99, in <module>
    node_id = setup(timestep=dt, min_delay=delay, max_delay=delay, db_name='va_benchmark.sqlite', **extra)
  File "/home/spikingneural/PycharmProjects/sPyNNaker/spynnaker/pyNN/__init__.py", line 258, in setup
    n_chips_required=n_chips_required)
  File "/home/spikingneural/PycharmProjects/sPyNNaker/spynnaker/pyNN/spinnaker.py", line 95, in __init__
    self.set_up_machine_specifics(host_name)
  File "/home/spikingneural/PycharmProjects/SpiNNFrontEndCommon/spinn_front_end_common/interface/spinnaker_main_interface.py", line 476, in set_up_machine_specifics
    "A SpiNNaker machine must be specified your configuration"
Exception: A SpiNNaker machine must be specified your configuration file


The obvious answer would be that I didn't change the "machineName" and "version" in the spynnaker.cfg file but I checked that and it is correct.

Thanks in advance.

alan stokes

unread,
May 4, 2017, 11:56:25 AM5/4/17
to Gert Vanhollebeke, SpiNNaker Users Group
Spynnaker reads the cfg file from at max 4 locations. 
 1. Default which resides in spynnaker itself  (you should never touch that). 
2. Your home directory. 
3. Any cdg file placed in the param [machine]
Machine_spec_file_path
4. The local directory to which you executed your script. 

Each read overrides any parsm from the previous. The toold also list this in the terminal output. 

Recommend looking in these places to verify your claim that you have indeed indicated a machine name. 

There are multiple combos of cfg params for maxhine. Spalloc server, virtual board, local board with a machine name and version. 

Verify that your only using one of these.  

Regards
Alan

--
You received this message because you are subscribed to the Google Groups "SpiNNaker Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spinnakerusers+unsubscribe@googlegroups.com.
To post to this group, send email to spinnakerusers@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages