https://github.com/adrn/schwimmbad
A common interface to processing pools.
https://github.com/adrn/schwimmbad
mpi multiprocessing parallel-computing
Last synced: about 1 year ago
JSON representation
A common interface to processing pools.
- Host: GitHub
- URL: https://github.com/adrn/schwimmbad
- Owner: adrn
- License: mit
- Created: 2016-09-05T22:13:08.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T21:47:31.000Z (about 2 years ago)
- Last Synced: 2024-04-16T18:23:30.298Z (about 2 years ago)
- Topics: mpi, multiprocessing, parallel-computing
- Language: Python
- Homepage:
- Size: 158 KB
- Stars: 110
- Watchers: 12
- Forks: 17
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
# das Schwimmbad
[](https://github.com/adrn/schwimmbad/actions/workflows/ci.yml)
[](https://pypi.python.org/pypi/schwimmbad/)
[](https://github.com/adrn/schwimmbad/blob/master/LICENSE)
[](https://zenodo.org/record/885577#.Wa9WVBZSy2w)
[](http://dx.doi.org/10.21105/joss.00357)
`schwimmbad` provides a uniform interface to parallel processing pools and enables
switching easily between local development (e.g., serial processing or with
`multiprocessing`) and deployment on a cluster or supercomputer (via, e.g., MPI or
JobLib).
## Installation
The easiest way to install is via `pip`:
pip install schwimmbad
See the [installation
instructions](http://schwimmbad.readthedocs.io/en/latest/install.html) in the
[documentation](http://schwimmbad.readthedocs.io) for more information.
## Documentation
[](http://schwimmbad.readthedocs.io/en/latest/?badge=latest)
The documentation for `schwimmbad` is hosted on [Read the
docs](http://schwimmbad.readthedocs.io/).
## Attribution
If you use this software in a scientific publication, please cite the
[JOSS](http://joss.theoj.org/) article:
``` tex
@article{schwimmbad,
doi = {10.21105/joss.00357},
url = {https://doi.org/10.21105/joss.00357},
year = {2017},
month = {sep},
publisher = {The Open Journal},
volume = {2},
number = {17},
author = {Adrian M. Price-Whelan and Daniel Foreman-Mackey},
title = {schwimmbad: A uniform interface to parallel processing pools in Python},
journal = {The Journal of Open Source Software}
}
```
## License
Copyright 2016-2024 the contributors.
`schwimmbad` is free software made available under the MIT License. For details see the
LICENSE file.