git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2576 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
e1e7775d63
commit
be420b46fd
1 changed files with 5 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
INCLUDE_DIRECTORIES(
|
||||
|
||||
# include CUDA source directory
|
||||
${CUDA_SRC_DIR}
|
||||
${CUDA_DIR}/include
|
||||
# include EO source directory
|
||||
${PARADISEO_EO_SRC_DIR}/src
|
||||
# include MO source directory
|
||||
|
|
@ -22,7 +22,7 @@ INCLUDE_DIRECTORIES(
|
|||
### 2) Specify where CMake can find the libraries
|
||||
######################################################################################
|
||||
|
||||
LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${CUDA_LIB_DIR} )
|
||||
LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${CUDA_DIR}/lib )
|
||||
|
||||
|
||||
######################################################################################
|
||||
|
|
@ -38,12 +38,9 @@ SET (TEST_LIST
|
|||
t-moGPUPermutationVector
|
||||
t-moGPUMemory
|
||||
t-moGPUObject
|
||||
t-moGPUBitNeighbor
|
||||
t-moGPUXBitFlippingNeighbor
|
||||
t-moGPUXSwapNeighbor
|
||||
#t-moCudaKswapNeighborhood
|
||||
#t-OneMaxIncrEval
|
||||
#t-EvalOneMax
|
||||
t-moGPUBitNeighbor
|
||||
t-moGPUXBitFlippingNeighbor
|
||||
t-moGPUXSwapNeighbor
|
||||
)
|
||||
|
||||
FOREACH (test ${TEST_LIST})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue