spinn_common
A library of C code that is useful for development on SpiNNaker
Science Score: 44.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Keywords
Repository
A library of C code that is useful for development on SpiNNaker
Basic Info
Statistics
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 3
- Releases: 4
Topics
Metadata Files
README.md
SpiNN Common
This is a library of support code for programming in C on the SpiNNaker platform. It is mostly comprised of a high-performance implementation of standard fixed-point arithmetic operations, but it also includes implementations of bit-field handling, a circular buffer support library, and a random number generator (with support for various distributions).
Building
Make sure you have the SPINN_DIRS environment variable set to the root of an installation of spinnaker_tools, that you have the relevant ARM GCC cross-compilation toolchain installed, and then do make followed by make install.
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: Common code used by c programs that run on SpiNNaker machines
authors:
- name: SpiNNaker Software Team
alias: For a list of contributors see https://github.com/SpiNNakerManchester/spinn_common/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/spinn_common
GitHub Events
Total
- Delete event: 6
- Issue comment event: 2
- Push event: 8
- Pull request event: 8
- Create event: 4
Last Year
- Delete event: 6
- Issue comment event: 2
- Push event: 8
- Pull request event: 8
- Create event: 4
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 6
- Total pull requests: 157
- Average time to close issues: 4 months
- Average time to close pull requests: about 1 month
- Total issue authors: 2
- Total pull request authors: 8
- Average comments per issue: 1.0
- Average comments per pull request: 0.31
- Merged pull requests: 133
- Bot issues: 0
- Bot pull requests: 26
Past Year
- Issues: 0
- Pull requests: 28
- Average time to close issues: N/A
- Average time to close pull requests: 12 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.21
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 14
Top Authors
Issue Authors
- Christian-B (2)
- arrenglover (1)
Pull Request Authors
- Christian-B (27)
- dkfellows (23)
- dependabot[bot] (21)
- rowleya (14)
- andrewgait (6)
- alan-stokes (3)
- mmikaitis (2)
- pabogdan (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ./support/actions/apt-get-install * composite
- ./support/actions/check-copyrights * composite
- ./support/actions/checkout-spinn-deps * composite
- ./support/actions/vera * composite
- actions/checkout v3 composite
- ./support/actions/checkout-spinn-deps * composite
- JamesIves/github-pages-deploy-action 3.7.1 composite
- actions/checkout v3 composite
- mattnotmitt/doxygen-action v1.1.0 composite