Mentions légales du service

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

Add missing return value

parent dad04cc0
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ chameleon_starpu_tag_init( int user_tag_width,
if ( tag_width < TAG_WIDTH_MIN ) {
morse_error("RUNTIME_desc_create", "MPI_TAG_UB too small to identify all the data");
return;
return MORSE_ERR_OUT_OF_RESOURCES;
}
_tag_mpi_initialized_ = 1;
......
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