Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vm core as min from version or cfg #241

Merged
merged 1 commit into from
Mar 6, 2024
Merged

vm core as min from version or cfg #241

merged 1 commit into from
Mar 6, 2024

Conversation

Christian-B
Copy link
Member

@Christian-B Christian-B commented Mar 6, 2024

fixes #227

the cfg "max_machine_core" was designed to cap the number of cores not fix it.

This pr move the getting of the max to
_VirtualMachine

And also uses it as a max now and not a fixed amount.

Calling version.verify_size(height, width) also moved down into _VirtualMachine

must be done after
SpiNNakerManchester/SpiNNFrontEndCommon#1161

tested by:
http://apollo.cs.man.ac.uk:8080/blue/organizations/jenkins/Integration%20Tests/detail/cap_cores/1/pipeline/

@rowleya rowleya merged commit 70437c0 into master Mar 6, 2024
8 checks passed
@rowleya rowleya deleted the cap_cores branch March 6, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Virtual Machine created by setup ignores the typical 17 core Chips
2 participants