Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.