Skip to content

Commit

Permalink
update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Kumar committed Aug 19, 2015
1 parent 92d28ea commit 86d25c2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ <h1>Habanero-C++ Overview</h1>

<p>
<PRE><code>
(i) Asynchronous parallel task
(1) Asynchronous parallel task

async([capture_list]() {
S1;
});

(ii) Asynchronous parallel task depending on data driven futures (DDFs)
(2) Asynchronous parallel task depending on data driven futures (DDFs)

asyncAwait(ddf_1, ddf_2, ...., [capture_list]() {
S2;
});

(iii) Asynchronous parallel for-loop iterations
(3) Asynchronous parallel for-loop iterations

// parallel for loop
// loop properties
Expand Down Expand Up @@ -95,6 +95,15 @@ <h1>Habanero-C++ Overview</h1>
});</code></PRE>
</p>

<p>
Light-weight standalone runtime of Habanero-C++ also supports three extra runtime features:
</p>

<p>
(1) Hierarchical Place Trees (<a href="http://www.cs.rice.edu/~vs3/PDF/hpt.pdf">HPTs</a>).<br>
(2) Memory management tool from Habanero-C. <br>
(3) Binding worker threads to cores (Linux only).
</p>
</section>
</div>

Expand Down

0 comments on commit 86d25c2

Please sign in to comment.