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 86d25c2 commit 0c1d2da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3><a href="./overview.html">Habanero-C++ Overview</a></h3>

<h3>Habanero-C++ Installation</h3>

<p>See the <code>README</code> file for detailled installation instructions.</p>
<p>See the <code>README.hcpp</code> and <code>README.ocr</code>files for detailed installation instructions for light-weight standalone runtime and OCR backend, respectively.</p>

<h3><a href="./programming.html">Programming Using Habanero-C++ Library</a> </h3>

Expand Down
16 changes: 2 additions & 14 deletions programming.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1>Writing Habanero-C++ programs</h1>
<h1>Compiling Habanero-C++ program </h1>

<p>
First set the environment variables as mentioned in the <code>README</code> file. A sample Makefile for compiling a Habanero-C++ file <code>test.cpp</code> is as shown below:
First set the environment variables as mentioned in the <code>README.md</code> file. A sample Makefile for compiling a Habanero-C++ file <code>test.cpp</code> is as shown below:
</p>
<p><PRE>
<code>include $(HCPP_INSTALL)/include/hcpp.mak
Expand All @@ -55,19 +55,7 @@ <h1>Compiling Habanero-C++ program </h1>
<h1>Executing Habanero-C++ program </h1>

<p>
First set the work-stealing configuration file, which declares the total number of worker threads. The directory <code>machine-configs</code> contains the templates for different number of worker threads. For using 10 worker threads at each Habanero-C++ execution place, the environment variable is set as:
</p>

<p>
<PRE><code>export OCR_CONFIG=<absolute path>/hcpp/machine-configs/mach-hcpp-10w.cfg</code></PRE>
</p>

<p>
The executable <code>test</code> can then be run as a normal C++ executable:
</p>

<p>
<PRE><code>./test < Command line input to test ></code></PRE>
Please see the file <code>README.md</code>.
</p>

</section>
Expand Down

0 comments on commit 0c1d2da

Please sign in to comment.