updated
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2269 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
201a89316c
commit
99e6fc716e
1 changed files with 13 additions and 8 deletions
|
|
@ -40,14 +40,19 @@ LINK_DIRECTORIES(${PARADISEO_EO_BIN_DIR}/lib ${NVIDIA_LIB_DIR} ${CUDA_LIB_DIR}
|
||||||
### 3) Define your targets and link the librairies
|
### 3) Define your targets and link the librairies
|
||||||
######################################################################################
|
######################################################################################
|
||||||
|
|
||||||
SET (TEST_LIST
|
SET (TEST_LIST
|
||||||
t-memory
|
t-moGPUBitVector
|
||||||
t-moCudaBitVector
|
t-moGPUIntVector
|
||||||
t-moCudaIntVector
|
t-moGPURealVector
|
||||||
t-moCudaBitNeighbor
|
t-moGPUPermutationVector
|
||||||
t-OneMaxIncrEval
|
t-moGPUMemory
|
||||||
t-EvalOneMax
|
t-moGPUObject
|
||||||
# t-moCudaKswapNeighborhood
|
t-moGPUBitNeighbor
|
||||||
|
t-moGPUXBitFlippingNeighbor
|
||||||
|
t-moGPUXSwapNeighbor
|
||||||
|
#t-moCudaKswapNeighborhood
|
||||||
|
#t-OneMaxIncrEval
|
||||||
|
#t-EvalOneMax
|
||||||
)
|
)
|
||||||
|
|
||||||
FOREACH (test ${TEST_LIST})
|
FOREACH (test ${TEST_LIST})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue