SpiNNakerManchester / PACMAN

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

Defaults from cfg #518

Closed Christian-B closed 1 year ago

Christian-B commented 1 year ago

Part of https://github.com/SpiNNakerManchester/SpiNNMachine/pull/215

The ApplicationPlacer uses the cfg Value even once ChipInfo has been read This is to decide if it has run out of sdram because the actual machine is too small or because it would be impossible with any machine of this board type.

Highly unlikely with sdram but could happen with n_cores which will use the same pattern.

Christian-B commented 1 year ago

https://github.com/SpiNNakerManchester/SpiNNMachine/pull/217 was a better method