From 96bb04f0d44a66fb6108ad4c0ac6502bf6dc8080 Mon Sep 17 00:00:00 2001
From: Raphael Boucherie <raphael.boucherie@inria.fr>
Date: Wed, 21 Jun 2017 15:52:11 +0200
Subject: [PATCH] changed ctest for correct option

---
 timing/CTestLists.cmake | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/timing/CTestLists.cmake b/timing/CTestLists.cmake
index 9b1eaa0aa..3f6ddb4f4 100644
--- a/timing/CTestLists.cmake
+++ b/timing/CTestLists.cmake
@@ -48,7 +48,7 @@ if (NOT CHAMELEON_SIMULATION)
       string(TOUPPER ${prec} PREC)
       if (CHAMELEON_PREC_${PREC})
         foreach(test ${TESTLIST})
-          add_test(time_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --check --warmup)
+          add_test(time_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --check)
         endforeach()
       endif()
     endforeach()
@@ -56,7 +56,7 @@ if (NOT CHAMELEON_SIMULATION)
       string(TOUPPER ${prec} PREC)
       if (CHAMELEON_PREC_${PREC})
         foreach(test ${TESTLIST_ZC})
-          add_test(time_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --check --warmup)
+          add_test(time_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --check)
         endforeach()
       endif()
     endforeach()
@@ -79,7 +79,7 @@ if (NOT CHAMELEON_SIMULATION)
 
         if (CHAMELEON_PREC_${PREC})
           foreach(test ${TESTLIST_MPI})
-            add_test(time_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --check --warmup)
+            add_test(time_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --check)
           endforeach()
         endif()
       endforeach()
-- 
GitLab