Mentions légales du service

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

Put back the checks

parent 9288bb2c
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ if (NOT CHAMELEON_SIMULATION) ...@@ -68,7 +68,7 @@ if (NOT CHAMELEON_SIMULATION)
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"
) )
...@@ -79,7 +79,7 @@ if (NOT CHAMELEON_SIMULATION) ...@@ -79,7 +79,7 @@ if (NOT CHAMELEON_SIMULATION)
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"
) )
......
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