Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e2bcc72b authored by THIBAULT Samuel's avatar THIBAULT Samuel
Browse files

fix build

parent 075986df
No related branches found
No related tags found
1 merge request!28fix build
......@@ -78,7 +78,7 @@ void *RUNTIME_mat_alloc( size_t size)
void RUNTIME_mat_free( void *mat, size_t size)
{
#if defined(CHAMELEON_SIMULATION) && !defined(STARPU_MALLOC_SIMULATION_FOLDED) && !defined(CHAMELEON_USE_MPI)
return (void*) 1;
return;
#else
starpu_free_flags(mat, size, STARPU_MALLOC_PINNED|FOLDED|STARPU_MALLOC_COUNT);
#endif
......
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