SpiNNakerManchester / SpiNNMan

Interface to SpiNNaker boards from Python
Apache License 2.0
5 stars 1 forks source link

No need to store and use boards #365

Open Christian-B opened 11 months ago

Christian-B commented 11 months ago

Follow up to https://github.com/SpiNNakerManchester/SpiNNMan/pull/350

BMPConnectionData is always created with boards=[0]

So remove that altogether

Including its usage in https://github.com/SpiNNakerManchester/SpiNNMan/blob/master/spinnman/messages/scp/impl/set_power.py

rowleya commented 11 months ago

I guess that is because we 1) never use a multi-board machine without spalloc and 2) spalloc is now in Java. I guess if that is the recommended use, we may as well make that a non parameter.

Christian-B commented 7 months ago

Likely to be removed but I suggest leaving until spin 2 fully implemented,