git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2366 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
055bcd7a10
commit
3e4faedf08
1 changed files with 7 additions and 5 deletions
|
|
@ -3,19 +3,21 @@
|
|||
#########################################################################################################
|
||||
|
||||
# Here, just specify PARADISEO_DIR : the directory where ParadisEO has been installed
|
||||
SET(PARADISEO_DIR "/home/mia/workspace/trunk" CACHE PATH "ParadisEO directory" FORCE)
|
||||
SET(PARADISEO_DIR "Set ParadisEO directory" CACHE PATH "ParadisEO directory" FORCE)
|
||||
|
||||
# Here, just specify CUDA_DIR : the directory where CUDA has been installed
|
||||
SET(CUDA_DIR "/usr/local/cuda" CACHE PATH "CUDA directory" FORCE)
|
||||
SET(CUDA_DIR "Set CUDA directory" CACHE PATH "CUDA directory" FORCE)
|
||||
|
||||
# Here, just specify NVIDIA_DIR : the directory where NVIDIA header has been installed
|
||||
SET(NVIDIA_DIR "/home/mia/NVIDIA_GPU_Computing_SDK" CACHE PATH "NVIDIA directory" FORCE)
|
||||
SET(NVIDIA_DIR "Set NVIDIA directory" CACHE PATH "NVIDIA directory" FORCE)
|
||||
|
||||
# Here, just specify GPU_DIR : the directory where package Paradiseo GPU has been extrated
|
||||
SET(PARADISEO_GPU_DIR "/home/mia/workspace/ParadisEO-GPU" CACHE PATH "ParadisEO-GPU directory" FORCE)
|
||||
SET(PARADISEO_GPU_DIR "Set ParadisEO-GPU directory" CACHE PATH "ParadisEO-GPU directory" FORCE)
|
||||
|
||||
# Here, just specify the name of cutil library depending to the used NVIDIA_GPU_Computing_SDK
|
||||
# Find in NVIDIA_GPU_Computing_SDK/C/lib
|
||||
SET(cutil "libcutil_i386.a")
|
||||
SET(cutil "Set cutil library name")
|
||||
|
||||
#########################################################################################################
|
||||
# 2) ParadisEO-GPU install: ADVANCED Configuration
|
||||
#########################################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue