Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-orbit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Katerina Roukounaki
cloud-orbit
Commits
792ada97
Commit
792ada97
authored
Jan 15, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
How to run the distributed orbit
parent
425f38be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
README.md
README.md
+22
-0
No files found.
README.md
View file @
792ada97
...
@@ -35,6 +35,28 @@ Execution
...
@@ -35,6 +35,28 @@ Execution
./orbit +RTS -N4 -RTS par True long 4 127.0.0.1 1555
./orbit +RTS -N4 -RTS par True long 4 127.0.0.1 1555
```
```
-
Distributed Orbit
First, start the worker nodes.
```bash
# Run for every worker node
./orbit dist slave host port
# Example: run a worker node on 4 cores
./orbit +RTS -N4 -RTS dist slave 127.0.0.1 1554
```
Once all the workers nodes have been deployed on the local network,
start the master node.
```bash
./orbit dist master True|False short|intermediate|long nWorkers host port
# Example: executing the 'long' benchmark without parallel image
# computations, using 4 workers on each node and the master node
# running on 2 cores
./orbit +RTS -N2 -RTS dist master long 4 127.0.0.1 1555
```
Memory Profiling
Memory Profiling
----------------
----------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment