paradiseo/ParadisEO-GPU
2011-02-08 16:44:23 +00:00
..
CMake/cuda Initial import. 2010-11-03 10:21:45 +00:00
doc git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2095 331e1502-861f-0410-8da2-ba01fb791d7f 2011-01-28 16:39:17 +00:00
src git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2116 331e1502-861f-0410-8da2-ba01fb791d7f 2011-02-08 10:54:26 +00:00
test Initial import. 2010-11-03 10:21:45 +00:00
tutoriel git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2121 331e1502-861f-0410-8da2-ba01fb791d7f 2011-02-08 16:44:23 +00:00
.project Initial import. 2010-11-03 10:21:45 +00:00
AUTHORS Initial import. 2010-11-03 10:21:45 +00:00
CMakeLists.txt git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2095 331e1502-861f-0410-8da2-ba01fb791d7f 2011-01-28 16:39:17 +00:00
CTestConfig.cmake Initial import. 2010-11-03 10:21:45 +00:00
CTestCustom.cmake Initial import. 2010-11-03 10:21:45 +00:00
install.cmake Initial import. 2010-11-03 10:21:45 +00:00
README.txt Initial import. 2010-11-03 10:21:45 +00:00

This package contains the source for ParadisEO-GPU problems.

# Step 1 - Configuration
------------------------
Edit the "install.cmake" file by entering the FULL PATH of :

-"ParadisEO_PATH" where Paradiseo directory has been installed in your host.
-"ParadisEO-GPU_PATH" where ParadisEO-GPU package has been decompressed in your host.
-"CUDA_PATH" where CUDA has been installed in your host.
-"NVIDIA_PATH" where NVIDIA has been installed in your host.


# Step 2 - Build process
------------------------
ParadisEO is assumed to be compiled. To download ParadisEO, please visit http://paradiseo.gforge.inria.fr/.
Go to the ParadisEO-GPU/build/ directory and lunch cmake:
(Unix)       > cmake .. -DENABLE_CMAKE_TESTING=TRUE -DCMAKE_BUILD_TYPE=Debug


# Step 3 - Compilation
----------------------
In the ParadisEO-GPU/build/ directory:
(Unix)       > make

# Step 4 - Execution
---------------------
A toy example is given to test the components. You can run these tests as following.
To define problem-related components for your own problem, please refer to the tutorials available on the website : http://paradiseo.gforge.inria.fr/.
In the ParadisEO-GPU/build/ directory:
(Unix)       > ctest -D ExperimentalStart -D ExperimentalBuild -D ExperimentalTest -D ExperimentalSubmit

In the directory "tutorial", there is an example of One Max problem which illustrate how to use this package.

# Documentation
---------------
The API-documentation is available in doc/html/index.html