diff --git a/branches/ParadisEO-GPU/install.cmake b/branches/ParadisEO-GPU/install.cmake index 4cdeadecd..57900023f 100644 --- a/branches/ParadisEO-GPU/install.cmake +++ b/branches/ParadisEO-GPU/install.cmake @@ -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 #########################################################################################################