Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
12 of 20 committers (60.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Interface to SpiNNaker boards from Python
Basic Info
Statistics
- Stars: 5
- Watchers: 18
- Forks: 1
- Open Issues: 12
- Releases: 5
Topics
Metadata Files
README.md
This package provides utilities for interacting with a SpiNNaker machine.
Requirements
In addition to a standard Python installation, this package depends on:
- SpiNNMachine
These requirements can be install using pip:
pip install SpiNNMachine
User Installation
If you want to install for all users, run:
sudo pip install SpiNNMan
If you want to install only for yourself, run:
pip install SpiNNMan --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install SpiNNMan
Developer Installation
If you want to be able to edit the source code, but still have it referenced from other Python modules, you can set the install to be a developer install. In this case, download the source code, and extract it locally, or else clone the git repository:
git clone http://github.com/SpiNNakerManchester/SpiNNMan.git
To install as a development version which all users will then be able to use, run the following where the code has been extracted:
sudo pip install -e .
To install as a development version for only yourself, run:
pip install -e . --user
To install as a development version in a virtualenv, with the virutalenv
enabled, run:
pip install -e .
Test Installation
To be able to run the unitests add [Test] to the pip installs above
pip install -e .[Test]
Documentation
Owner
- Name: SpiNNaker - University of Manchester
- Login: SpiNNakerManchester
- Kind: organization
- Email: spinnakerusers@googlegroups.com
- Location: Manchester, UK
- Website: http://spinnakermanchester.github.io/
- Repositories: 78
- Profile: https://github.com/SpiNNakerManchester
Software for the SpiNNaker Million Core Neuromorphic Machine. Part of the Human Brain Project and EBRAINS
Citation (CITATION.cff)
# Copyright (c) 2017 The University of Manchester
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
cff-version: 1.2.0
message: If you use this software, please cite it as below.
preferred-citation:
type: article
doi: 10.3389/fnins.2019.00231
issn: 1662-453X
url: https://www.frontiersin.org/articles/10.3389/fnins.2019.00231
title: "SpiNNTools: The Execution Engine for the SpiNNaker Platform"
journal: Frontiers in Neuroscience
volume: 13
year: 2019
month: 3
abstract: SpiNNaker is a massively parallel distributed architecture primarily focused on real time simulation of spiking neural networks. The largest realization of the architecture consists of one million general purpose processors, making it the largest neuromorphic computing platform in the world at the present time. Utilizing these processors efficiently requires expert knowledge of the architecture to generate executable code and to harness the potential of the unique inter-processor communications infra-structure that lies at the heart of the SpiNNaker architecture. This work introduces a software suite called SpiNNTools that can map a computational problem described as a graph into the required set of executables, application data and routing information necessary for simulation on this novel machine. The SpiNNaker architecture is highly scalable, giving rise to unique challenges in mapping the problem to the machines resources, loading the generated files to the machine and subsequently retrieving the results of simulation. In this paper we describe these challenges in detail and the solutions implemented.
authors:
- given-names: Andrew
family-names: Rowley
affiliation: University Of Manchester
email: Andrew.Rowley@manchester.ac.uk
orcid: https://orcid.org/0000-0002-2646-8520
website: https://www.researchgate.net/profile/Andrew_Rowley2
- given-names: Christian Y.
family-names: Brenninkmeijer
affiliation: University Of Manchester
email: christian.brenninkmeijer@manchester.ac.uk
orcid: https://orcid.org/0000-0002-2937-7819
website: https://www.researchgate.net/profile/Christian_Brenninkmeijer
- given-names: Simon
family-names: Davidson
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0001-5385-442X
website: https://research.manchester.ac.uk/en/persons/simon.davidson
- given-names: Donal
family-names: Fellows
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0002-9091-5938
website: https://www.researchgate.net/profile/Donal-Fellows
- given-names: Andrew
family-names: Gait
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0001-9349-1096
website: https://personalpages.manchester.ac.uk/staff/andrew.gait/
- given-names: David R.
family-names: Lester
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0002-7267-291X
- given-names: Luis A.
family-names: Plana
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0002-6113-3929
website: https://research.manchester.ac.uk/en/persons/luis.plana
- given-names: Oliver
family-names: Rhodes
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0003-1728-2828
website: https://research.manchester.ac.uk/en/persons/oliver.rhodes
- given-names: Alan B.
family-names: Stokes
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0002-6110-1484
- given-names: Steve B.
family-names: Furber
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0002-6524-3367
website: https://research.manchester.ac.uk/en/persons/steve.furber
title: Python utilities for interacting with a SpiNNaker machine.
authors:
- name: SpiNNaker Software Team
alias: For a list of contributors see https://github.com/SpiNNakerManchester/SpiNNMan/graphs/contributors or for a combined list see https://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors
address: University of Manchester, Oxford Road
city: Manchester
country: GB
email: spinnakerusers@googlegroups.com
post-code: M13 9PL
website: https://apt.cs.manchester.ac.uk/projects/SpiNNaker/
url: https://spinnakermanchester.github.io/
contact:
- address: University of Manchester, Oxford Road
city: Manchester
country: GB
email: spinnakerusers@googlegroups.com
name: SpiNNaker Software Team
post-code: M13 9PL
license: Apache-2.0
repository: https://github.com/SpiNNakerManchester/SpiNNMan
GitHub Events
Total
- Issues event: 7
- Delete event: 23
- Issue comment event: 2
- Push event: 105
- Pull request review comment event: 6
- Pull request review event: 12
- Pull request event: 41
- Create event: 27
Last Year
- Issues event: 7
- Delete event: 23
- Issue comment event: 2
- Push event: 105
- Pull request review comment event: 6
- Pull request review event: 12
- Pull request event: 41
- Create event: 27
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 1,415
- Total Committers: 20
- Avg Commits per committer: 70.75
- Development Distribution Score (DDS): 0.642
Top Committers
| Name | Commits | |
|---|---|---|
| Andrew Rowley | A****y@m****k | 507 |
| Christian Y. Brenninkmeijer | c****r@m****k | 253 |
| Donal Fellows | d****s@m****k | 244 |
| alan-stokes | a****s@g****m | 213 |
| Petrut Antoniu Bogdan | p****8@g****m | 69 |
| daviess | s****s@g****m | 41 |
| Christian | b****c@c****k | 41 |
| mbassor2 | m****2@c****k | 14 |
| Andrew Gait | a****t@m****k | 6 |
| sergiodavies | d****s@c****k | 6 |
| Jonathan Heathcote | m****l@j****k | 4 |
| test | t****t@t****m | 4 |
| Robert Andrew | r****8@g****m | 3 |
| zzalsar4 | z****4@z****4 | 3 |
| Christian Y. Brenninkmeijer | C****B@u****m | 2 |
| Andrew Rowley | z****4@s****k | 1 |
| Luis Plana | p****a@c****k | 1 |
| oliverrhodes | o****s@m****k | 1 |
| simond68 | s****n@m****k | 1 |
| hopper333 | m****s@m****k | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 30
- Total pull requests: 238
- Average time to close issues: over 2 years
- Average time to close pull requests: about 1 month
- Total issue authors: 4
- Total pull request authors: 5
- Average comments per issue: 1.5
- Average comments per pull request: 0.49
- Merged pull requests: 195
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 7
- Pull requests: 54
- Average time to close issues: 1 day
- Average time to close pull requests: 7 days
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.14
- Average comments per pull request: 0.04
- Merged pull requests: 39
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Christian-B (16)
- rowleya (8)
- alan-stokes (4)
- dkfellows (2)
Pull Request Authors
- Christian-B (175)
- rowleya (41)
- dkfellows (18)
- alan-stokes (2)
- dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 242 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 29
- Total maintainers: 5
pypi.org: spinnman
Interaction with a SpiNNaker Machine
- Homepage: https://github.com/SpiNNakerManchester/SpiNNMan
- Documentation: https://spinnman.readthedocs.io/
- License: Apache-2.0
-
Latest release: 3.0.0
published over 9 years ago
Rankings
Maintainers (5)
Dependencies
- ./support/actions/check-copyrights * composite
- ./support/actions/checkout-spinn-deps * composite
- ./support/actions/pylint * composite
- ./support/actions/pytest * composite
- ./support/actions/python-tools * composite
- ./support/actions/run-setup * composite
- ./support/actions/sphinx * composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- SpiNNMachine *
- SpiNNUtilities *
- requests *
- websocket-client *