Mentions légales du service

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

Fix arena init

parent 312bef7f
No related branches found
No related tags found
1 merge request!92Fix issue #8 and #4 - gitlab parsec
......@@ -280,7 +280,8 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc )
}
/* Register the new arena */
parsec_matrix_add2arena_tile( parsec_dtd_arenas[i], datatype, size );
parsec_matrix_add2arena( parsec_dtd_arenas[i], datatype, matrix_UpperLower, 1,
mdesc->mb, mdesc->nb, mdesc->mb, PARSEC_ARENA_ALIGNMENT_SSE, -1 );
arena->size = size;
pdesc->arena_index = i;
morse_parsec_nb_arenas++;
......
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