Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramtinms/running-codes
How you should run your jobs.
https://github.com/ramtinms/running-codes
Last synced: 5 days ago
JSON representation
How you should run your jobs.
- Host: GitHub
- URL: https://github.com/ramtinms/running-codes
- Owner: ramtinms
- Created: 2015-01-21T02:11:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T05:26:27.000Z (almost 10 years ago)
- Last Synced: 2023-08-14T04:51:07.154Z (over 1 year ago)
- Language: Shell
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Running-codes
A note on how you should run your jobs.# Levels of Scale up
## Running on HPC Cluster
If you want many process in your application to run parallel, HPC clusters are for you.## Running on Hadoop Cluster
This model is useful when you want to run your similar operation on a huge amount of data independently.## Running on GPU
This model is great for situations that you are doing a fixed operations on different inputs. e.g. Operations on matrices.