From 2450bf13ffd828f3aeeb5a9ec61f54c814153a65 Mon Sep 17 00:00:00 2001 From: boufaras Date: Thu, 29 Sep 2011 14:37:04 +0000 Subject: [PATCH] updated, delete NVIDIA path & lcutil name git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2451 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/install.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/branches/ParadisEO-GPU/install.cmake b/branches/ParadisEO-GPU/install.cmake index 3fd5093ff..474c049d2 100644 --- a/branches/ParadisEO-GPU/install.cmake +++ b/branches/ParadisEO-GPU/install.cmake @@ -8,16 +8,9 @@ SET(PARADISEO_DIR "Set ParadisEO directory" CACHE PATH "ParadisEO directory" FOR # Here, just specify CUDA_DIR : the directory where CUDA has been installed 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 "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 "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 "Set cutil library name") - ######################################################################################################### # 2) ParadisEO-GPU install: ADVANCED Configuration #########################################################################################################