paradiseo/branches/ParadisEO-GPU
2011-10-26 14:40:27 +00:00
..
doc git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2522 331e1502-861f-0410-8da2-ba01fb791d7f 2011-10-26 12:15:40 +00:00
src new cMakeLists 2011-10-24 09:59:19 +00:00
test updated 2011-09-29 14:47:04 +00:00
tutorial git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2528 331e1502-861f-0410-8da2-ba01fb791d7f 2011-10-26 14:39:25 +00:00
.project GPU -> branches 2011-03-11 10:57:28 +00:00
AUTHORS GPU -> branches 2011-03-11 10:57:28 +00:00
CMakeLists.txt updated 2011-09-29 15:32:23 +00:00
CTestConfig.cmake GPU -> branches 2011-03-11 10:57:28 +00:00
CTestCustom.cmake GPU -> branches 2011-03-11 10:57:28 +00:00
install.cmake git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2529 331e1502-861f-0410-8da2-ba01fb791d7f 2011-10-26 14:39:49 +00:00
README.txt git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2530 331e1502-861f-0410-8da2-ba01fb791d7f 2011-10-26 14:40:27 +00:00

                PARADISEO-GPU README FILE
=======================================================================
         check latest news at http://paradiseo.gforge.inria.fr/
=======================================================================

Welcome to ParadisEO-GPU, the reusable design and implementation of parallel meta-
heuristics on Graphics Processing Units (GPU).
The latest news about ParadisEO-GPU can be found on the gforge repository at
http://paradiseo.gforge.inria.fr/index.php?n=Doc.API
In case of any problem, please e-mail us at
paradiseo-help@lists.gforge.inria.fr



=======================================================================
                        BUILDING PARADISEO-PEO
=======================================================================
The basic installation procedure goes the following.

To compile paradiseo-gpu in the default directory,
go to paradiseo-gpu/build/ and run:
    > cmake ..
    > make
    // for an easy-use of the provided lessons
    > make install
    // optional (if the documentation is not already available)
    > make doc

To compile paradiseo-peo anywhere else, simply run:
    > cmake $(GPU) -Dconfig=<path to the install.cmake file>
    > make
    // for an easy-use of the provided lessons
    > make install
    // optional (if the documentation is not already available)
    > make doc

To clean everything, simply run
    > make clean


===================================================================
                       DIRECTORY STRUCTURE
===================================================================
After unpacking the archive file, you should end up with the following
structure:

.../                     The main PARADISEO-GPU directory, created when unpacking.
   |
   +-- build             BUILD directory that contains libraries and executable files.
   |
   +-- src               SOURCE directory Contains most PARADISEO-GPU .h files. 
   |   
   +-- doc               DOCUMENTATION directory (generated by Doxygen).
   |   |
   |   +- html           HTML files - start at index.html. 
   |   |
   |   +- latex          latex files - use to generate Postcript doc.
   |   |
   |   +- man            Unix man format documentation.
   |
   |
   +-- tutorial          APPLICATIONS
       |
       +-- INSTANCES       The instances problem directory (QAP instances ...)
       |
       +-- OneMax          How make One max problem with parallel evalution of neighborhood(bit flipping) with hamming distances =1
       |
       +-- KswapOneMax     How make One max problem with parallel evalution of neighborhood(bit flipping) with hamming distances >=1
       |
       +-- PPP_GPU         How make Permuted Perceptron Problem with parallel evalution of neighborhood on GPU
       |
       +-- QAP_GPU         How make Quadratic Assignement Problem  with parallel evaluation of neighborhood on GPU
       |
       +-- QAP_CPU         How make Quadratic Assignement Problem  with sequentiel evaluation of neighborhood on CPU
       

===================================================================
              NOTES
===================================================================

Mailing list : paradiseo-help@lists.gforge.inria.fr