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
5 of 8 committers (62.5%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.4%) to scientific vocabulary
Keywords
python
spinnaker
Keywords from Contributors
machine-interface
examples
Last synced: 6 months ago
·
JSON representation
·
Repository
SpiNNaker machine allocation client.
Basic Info
Statistics
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 5
- Releases: 16
Topics
python
spinnaker
Created about 10 years ago
· Last pushed 8 months ago
Metadata Files
Readme
License
Citation
README.rst
Spalloc: SpiNNaker machine allocation client
============================================
.. image:: https://img.shields.io/pypi/v/spalloc.svg?style=flat
:alt: PyPi version
:target: https://pypi.python.org/pypi/spalloc/
.. image:: https://readthedocs.org/projects/spalloc/badge/?version=stable
:alt: Documentation
:target: https://spalloc.readthedocs.org/
.. image:: https://github.com/SpiNNakerManchester/spalloc/workflows/Python%20Build/badge.svg?branch=master
:alt: Build Status
:target: https://github.com/SpiNNakerManchester/spalloc/actions?query=workflow%3A%22Python+Build%22+branch%3Amaster
.. image:: https://coveralls.io/repos/SpiNNakerManchester/spalloc/badge.svg?branch=master
:alt: Coverage Status
:target: https://coveralls.io/r/SpiNNakerManchester/spalloc?branch=master
Spalloc is a Python library and set of command-line programs for requesting
SpiNNaker_ machines from a spalloc `server`_.
.. _SpiNNaker: https://apt.cs.manchester.ac.uk/projects/SpiNNaker/
.. _server: https://github.com/SpiNNakerManchester/spalloc_server
To get started, see the quick-start below or refer to the documentation_.
.. _documentation: https://spalloc.readthedocs.org/
Quick-start
-----------
**Step 1: Install spalloc**::
$ pip install spalloc
**Step 2: Write a configuration file** indicating your email address and the spalloc
server's address (run ``python -m spalloc.config`` to discover what to call
your config file on your machine)::
[spalloc]
hostname = my_server
owner = jdh@cs.man.ac.uk
**Step 3: Request a system** using the command-line interface, e.g. a
three-board machine::
$ spalloc 3
.. image:: docs/source/_static/spalloc.gif
:alt: Animated GIF showing the typical execution of a spalloc call.
...or request one from Python...
::
>>> from spalloc_client import Job
>>> with Job(3) as j:
... my_boot(j.hostname, j.width, j.height)
... my_application(j.hostname)
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) 2016 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: The client side of the SpiNNaker machine allocation software
authors:
- name: SpiNNaker Software Team
alias: For a list of contributors see https://github.com/SpiNNakerManchester/spalloc/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/spalloc
GitHub Events
Total
- Delete event: 9
- Push event: 25
- Pull request review event: 5
- Pull request review comment event: 2
- Pull request event: 10
- Create event: 8
Last Year
- Delete event: 9
- Push event: 25
- Pull request review event: 5
- Pull request review comment event: 2
- Pull request event: 10
- Create event: 8
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 210
- Total Committers: 8
- Avg Commits per committer: 26.25
- Development Distribution Score (DDS): 0.586
Top Committers
| Name | Commits | |
|---|---|---|
| Donal Fellows | d****s@m****k | 87 |
| Christian Y. Brenninkmeijer | c****r@m****k | 43 |
| Jonathan Heathcote | m****l@j****k | 37 |
| Andrew Rowley | A****y@m****k | 19 |
| alan-stokes | a****s@g****m | 12 |
| Christian | b****c@c****k | 7 |
| Andrew Gait | a****t@m****k | 4 |
| Christian Y. Brenninkmeijer | C****B@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 15
- Total pull requests: 96
- Average time to close issues: 9 months
- Average time to close pull requests: 17 days
- Total issue authors: 6
- Total pull request authors: 7
- Average comments per issue: 2.2
- Average comments per pull request: 0.75
- Merged pull requests: 89
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 5 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Christian-B (5)
- alan-stokes (3)
- dkfellows (3)
- rowleya (1)
- chanokin (1)
- mossblaser (1)
Pull Request Authors
- Christian-B (62)
- dkfellows (25)
- rowleya (8)
- alan-stokes (3)
- andrewgait (2)
- mossblaser (2)
- dependabot[bot] (1)
Top Labels
Issue Labels
bug (8)
question (4)
blocker (2)
Pull Request Labels
enhancement (25)
bug (22)
minor (14)
blocker (12)
next_release (1)
dependencies (1)
Packages
- Total packages: 1
-
Total downloads:
- pypi 293 last-month
- Total dependent packages: 1
- Total dependent repositories: 9
- Total versions: 22
- Total maintainers: 5
pypi.org: spalloc
A client for the spalloc_server SpiNNaker machine partitioning and allocation system.
- Homepage: https://github.com/SpiNNakerManchester/spalloc
- Documentation: https://spalloc.readthedocs.io/
- License: Apache-2.0
-
Latest release: 2.0.1
published over 6 years ago
Rankings
Dependent packages count: 4.7%
Dependent repos count: 4.9%
Downloads: 14.1%
Average: 18.5%
Forks count: 29.8%
Stargazers count: 38.8%
Maintainers (5)
Last synced:
7 months ago
Dependencies
requirements-docs.txt
pypi
- appdirs *
- mock *
- numpydoc *
- sentinel *
- sphinx >=2
requirements-test.txt
pypi
- coverage >=4.4,<5.0 test
- flake8 * test
- mock * test
- pytest-cov * test
- pytest-timeout * test
- rig * test
requirements.txt
pypi
- SpiNNUtilities ==1
- appdirs *
setup.py
pypi
- SpiNNUtilities *
- appdirs *
.github/workflows/python_actions.yml
actions
- ./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
pyproject.toml
pypi