Mentions légales du service

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

Fix unititialized value

parent 6c041b94
No related branches found
No related tags found
1 merge request!72PaRSEC DTD Interface
...@@ -238,6 +238,8 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc ) ...@@ -238,6 +238,8 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc )
parsec_dtd_data_collection_init(data_collection); parsec_dtd_data_collection_init(data_collection);
/* arena init */ /* arena init */
pdesc->arena_index = 0;
/* taskpool init to bypass a requirement of PaRSEC */ /* taskpool init to bypass a requirement of PaRSEC */
#if defined(CHAMELEON_USE_MPI) #if defined(CHAMELEON_USE_MPI)
parsec_dtd_taskpool_new(); parsec_dtd_taskpool_new();
......
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