From a0741640f567eddc97a073d1c7c387faf60ecfd7 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 10 Apr 2017 20:16:25 +0200
Subject: [PATCH] Forces a default for NB and IB in testing to avoid warnings
 linked to morse_tune

---
 testing/testing_zauxiliary.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c
index 8463f670f..60be56b93 100644
--- a/testing/testing_zauxiliary.c
+++ b/testing/testing_zauxiliary.c
@@ -184,6 +184,9 @@ int main (int argc, char **argv)
      MORSE_InitPar(ncores/nthreads_per_worker, ncudas, nthreads_per_worker);
      else*/
     MORSE_Init( ncores, ngpus);
+    MORSE_Disable(MORSE_AUTOTUNING);
+    MORSE_Set(MORSE_TILE_SIZE,        320 );
+    MORSE_Set(MORSE_INNER_BLOCK_SIZE,  48 );
 
     argc -= 4;
     argv += 4;
-- 
GitLab