https://github.com/pzelasko/parallel-example
An example of how to set up distributed computation using GNU Parallel.
https://github.com/pzelasko/parallel-example
bash gnu-parallel parallel-computing python
Last synced: 3 months ago
JSON representation
An example of how to set up distributed computation using GNU Parallel.
- Host: GitHub
- URL: https://github.com/pzelasko/parallel-example
- Owner: pzelasko
- License: mit
- Created: 2017-06-04T12:25:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T12:32:04.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T18:12:46.796Z (4 months ago)
- Topics: bash, gnu-parallel, parallel-computing, python
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GNU Parallel usage example
This is a short example of how to use GNU Parallel to either parallelize your computation on a single machine or distribute it on any number of nodes. It is by no means a complete solution - it's rather a starting point for your own experiments. The computation example uses Python 3.6 and the [scikit-learn library and is based on the scikit-learn's tutorial](http://scikit-learn.org/stable/tutorial/basic/tutorial.html).