paradiseo/branches/ParadisEO-GPU
boufaras f600f04865 updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2467 331e1502-861f-0410-8da2-ba01fb791d7f
2011-09-29 15:32:02 +00:00
..
CMake/cuda GPU -> branches 2011-03-11 10:57:28 +00:00
doc Update doxyfile 2011-09-19 12:02:17 +00:00
src independant from cutil.h 2011-09-29 15:31:03 +00:00
test updated 2011-09-29 14:47:04 +00:00
tutorial updated 2011-09-29 15:32:02 +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 Erase src subdirectory 2011-09-14 12:46:11 +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 updated, delete NVIDIA path & lcutil name 2011-09-29 14:37:04 +00:00
README.txt GPU -> branches 2011-03-11 10:57:28 +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