From 0c1d2dad4a0a97de6f0408aafdd7d8c3ed265021 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Date: Wed, 19 Aug 2015 16:05:52 -0500 Subject: [PATCH] update texts --- index.html | 2 +- programming.html | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 05d176cf..338b41d5 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@

Habanero-C++ Overview

Habanero-C++ Installation

-

See the README file for detailled installation instructions.

+

See the README.hcpp and README.ocrfiles for detailed installation instructions for light-weight standalone runtime and OCR backend, respectively.

Programming Using Habanero-C++ Library

diff --git a/programming.html b/programming.html index aea25d12..15edaf6d 100644 --- a/programming.html +++ b/programming.html @@ -39,7 +39,7 @@

Writing Habanero-C++ programs

Compiling Habanero-C++ program

-First set the environment variables as mentioned in the README file. A sample Makefile for compiling a Habanero-C++ file test.cpp is as shown below: +First set the environment variables as mentioned in the README.md file. A sample Makefile for compiling a Habanero-C++ file test.cpp is as shown below:

 include $(HCPP_INSTALL)/include/hcpp.mak
@@ -55,19 +55,7 @@ 

Compiling Habanero-C++ program

Executing Habanero-C++ program

-First set the work-stealing configuration file, which declares the total number of worker threads. The directory machine-configs 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: -

- -

-

export OCR_CONFIG=/hcpp/machine-configs/mach-hcpp-10w.cfg
-

- -

-The executable test can then be run as a normal C++ executable: -

- -

-

./test < Command line input to test >
+Please see the file README.md.