git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2165 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2011-02-10 14:22:52 +00:00
commit b7a9639b21

View file

@ -13,6 +13,9 @@ SET(NVIDIA_DIR "/home/mia/NVIDIA_GPU_Computing_SDK" CACHE PATH "NVIDIA directory
# 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)
# 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")
#########################################################################################################
# 2) ParadisEO-GPU install: ADVANCED Configuration
#########################################################################################################