Mentions légales du service

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

Update codelet_dataflush.c

parent 6d01ba25
No related branches found
No related tags found
1 merge request!40Fix iscached for not-yet-registered data
......@@ -47,7 +47,7 @@ int RUNTIME_desc_iscached(const MORSE_desc_t *A, int Am, int An)
starpu_data_handle_t *ptrtile = (starpu_data_handle_t*)(A->schedopt);
ptrtile += ((int64_t)(A->lmt) * (int64_t)An + (int64_t)Am);
if (!*ptrtile)
if (!(*ptrtile))
return 0;
return starpu_mpi_cached_receive(*ptrtile);
......
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