Mentions légales du service

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

Forces a default for NB and IB in testing to avoid warnings linked to morse_tune

parent a38dac3c
No related branches found
No related tags found
1 merge request!37Fix issue 24
...@@ -184,6 +184,9 @@ int main (int argc, char **argv) ...@@ -184,6 +184,9 @@ int main (int argc, char **argv)
MORSE_InitPar(ncores/nthreads_per_worker, ncudas, nthreads_per_worker); MORSE_InitPar(ncores/nthreads_per_worker, ncudas, nthreads_per_worker);
else*/ else*/
MORSE_Init( ncores, ngpus); MORSE_Init( ncores, ngpus);
MORSE_Disable(MORSE_AUTOTUNING);
MORSE_Set(MORSE_TILE_SIZE, 320 );
MORSE_Set(MORSE_INNER_BLOCK_SIZE, 48 );
argc -= 4; argc -= 4;
argv += 4; argv += 4;
......
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