SpiNNakerManchester / PACMAN

Partition and Configuration Manager for SpiNNaker
Apache License 2.0
9 stars 7 forks source link

Improve message when Placer runs out of room. #525

Closed Christian-B closed 4 months ago

Christian-B commented 11 months ago

When the Application placer runs out of room it just reports that there are not enough chips but not why

This Pr explains why the Machine is of that size

using a View.get_chips_boards_required_st

To do this requires moving the n_boards_required, n_chips_required and n_chips_in_graph data down to the Pacman level

https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/1125 tested by https://github.com/SpiNNakerManchester/IntegrationTests/pull/243

Same branch name as: https://github.com/SpiNNakerManchester/microcircuit_model/pull/36

coveralls commented 11 months ago

Coverage Status

coverage: 88.04% (-0.02%) from 88.064% when pulling d74546a5ace198b6e1c0beb1ef043830950b9f5d on remove_n_boards into 94fff932e2a1f523a59d6fbb0dfc626be51c470a on master.