SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

Split processors into monitor and user #1158

Closed Christian-B closed 7 months ago

Christian-B commented 7 months ago

part of https://github.com/SpiNNakerManchester/SpiNNMachine/pull/237

make use of new chip methods monitor_processors, user_processors and all_processor_ids

use that chip.get_first_none_monitor_processor() no longer can return None

use chip.n_processors Rather than getting all processors and counting them

coveralls commented 7 months ago

Coverage Status

coverage: 47.968% (-0.001%) from 47.969% when pulling 28d1ba7881e7a76994f70ddbf171bc4f5a2b5acf on split_processors into 93220b529b93e365289b5bc20dd57ac81388b706 on master.