Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 75528e23 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Comment back the ooc testing

parent ed38913c
No related branches found
No related tags found
No related merge requests found
...@@ -62,32 +62,32 @@ if (NOT CHAMELEON_SIMULATION) ...@@ -62,32 +62,32 @@ if (NOT CHAMELEON_SIMULATION)
endforeach() endforeach()
endforeach() endforeach()
if ( CHAMELEON_SCHED_STARPU ) # if ( CHAMELEON_SCHED_STARPU )
foreach(cat ${TEST_CATEGORIES}) # foreach(cat ${TEST_CATEGORIES})
foreach(prec ${RP_CHAMELEON_PRECISIONS}) # foreach(prec ${RP_CHAMELEON_PRECISIONS})
string(TOUPPER ${prec} PREC) # string(TOUPPER ${prec} PREC)
if (CHAMELEON_PREC_${PREC}) # if (CHAMELEON_PREC_${PREC})
foreach(test ${TESTLIST}) # foreach(test ${TESTLIST})
add_test(time_ooc_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --ooc --check) # add_test(time_ooc_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --ooc --check)
set_tests_properties(time_ooc_${cat}_${prec}${test} PROPERTIES # set_tests_properties(time_ooc_${cat}_${prec}${test} PROPERTIES
ENVIRONMENT "STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1" # ENVIRONMENT "STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
) # )
endforeach() # endforeach()
endif() # endif()
endforeach() # endforeach()
foreach(prec ${CHAMELEON_PRECISIONS_ZC}) # foreach(prec ${CHAMELEON_PRECISIONS_ZC})
string(TOUPPER ${prec} PREC) # string(TOUPPER ${prec} PREC)
if (CHAMELEON_PREC_${PREC}) # if (CHAMELEON_PREC_${PREC})
foreach(test ${TESTLIST_ZC}) # foreach(test ${TESTLIST_ZC})
add_test(time_ooc_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --ooc --check) # add_test(time_ooc_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --ooc --check)
set_tests_properties(time_ooc_${cat}_${prec}${test} PROPERTIES # set_tests_properties(time_ooc_${cat}_${prec}${test} PROPERTIES
ENVIRONMENT "STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1" # ENVIRONMENT "STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
) # )
endforeach() # endforeach()
endif() # endif()
endforeach() # endforeach()
endforeach() # endforeach()
endif() # endif()
if (CHAMELEON_USE_MPI AND MPI_C_FOUND) if (CHAMELEON_USE_MPI AND MPI_C_FOUND)
set( TEST_CATEGORIES mpi ) set( TEST_CATEGORIES mpi )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment