
#------------------------------------------------------------------------------#
#		C-DAC Tech Workshop : hyPACK-2013                              #
#                           October 15-18, 2013                                #
#                                                                              #
#                           tbb-vect-vect-mmap                                 #
#                                 README                                       #
#------------------------------------------------------------------------------#
# Description : This is the README which provides the usage and summary of     #
#               tgg-vect-vect-mmap                                             #
#                                                                              #
# Created     : August-2013                                                    #
#                                                                              #
# E-mail     : hpcfte@cdac.in                                                  # 
#                                                                              #
#------------------------------------------------------------------------------#

Contents
-----------
    [Section 1] Information regarding the tbb-vect-vect-mmap directory structure.
    [Section 2] Steps for using tbb-vect-vect-mmap
    [Section 3] Pre-Requisites.
    [Section 4] Steps for compiling tbb-vect-vect-mmap
    [Section 5] Execution of code
    

==========================================================================================
Section 1 : Information regarding the tbb-vect-vect-mmap directory structure.
------------------------------------------------------------------------------------------
include/       --> consists of header files
src/           --> contains README file and main file
                   README - Gives quick information regarding Package and how to execute
                   the code.
lib/           --> contains file having function definitions.

=============================================================================================
Section 2 : Steps for using  tbb-vect-vect-mmap
---------------------------------------------------------------------------------------------
Copy the "tbb-vect-vect-mmap.tar". Untar the file using
         $tar -xvf  tbb-vect-vect-mmap


in your home directory. This will create folder "tbb-vect-vect-mmap"

The following directory structure of  tbb-vect-vect-mmap  will be created in the
main directory i.e "tbb-vect-vect-mmap".

          /include        /src          /lib


==============================================================================================
Section 3 : Pre-Requisites.
----------------------------------------------------------------------------------------------

TBB2.0 should be installed and configured with Linux /Unix OS.

===============================================================================================
Section 4 : Steps for compiling  tbb-vect-vect-mmap
-----------------------------------------------------------------------------------------------

Go in the respective directory
and give
         make


===============================================================================================
Section 5 : Steps for executing  tbb-vect-vect-mmap
-----------------------------------------------------------------------------------------------


        ./name_of_executable  size  Number-of-threads

