Skip to content

An example of how to set up distributed computation using GNU Parallel.

License

Notifications You must be signed in to change notification settings

pzelasko/parallel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example of how to set up distributed computation using GNU Parallel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published