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
425f38be
Commit
425f38be
authored
Jan 15, 2015
by
Aggelos Giantsios
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
How to run the parallel orbit
parent
62d77d63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
README.md
README.md
+10
-0
No files found.
README.md
View file @
425f38be
...
...
@@ -26,6 +26,15 @@ Execution
./orbit seq long 127.0.0.1 1555
```
-
Parallel Orbit
```bash
./orbit par True|False short|intermediate|long nWorkers host port
# Example: executing the 'long' benchmark with parallel image
# computations using 4 workers on 4 cores
./orbit +RTS -N4 -RTS par True long 4 127.0.0.1 1555
```
Memory Profiling
----------------
...
...
@@ -58,6 +67,7 @@ Profiling with Threadscope
# Example: executing the 'long' benchmark
./orbit +RTS -ls -RTS seq long 127.0.0.1 1555
```
-
Open the report with threadscope
```bash
threadscope orbit.eventlog
...
...
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