Mentions légales du service

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

starpu/desc: improve debug message

parent bb5dfbdd
No related branches found
No related tags found
1 merge request!407Fix small issues
......@@ -129,8 +129,8 @@ chameleon_starpu_tag_book( int64_t nbtags )
}
#if defined(CHAMELEON_DEBUG_STARPU)
fprintf( stderr, "chameleon_starpu_tag: Book %ld - %ld\n",
min, min + nbtags );
fprintf( stderr, "[%02d] chameleon_starpu_tag: Book %ld - %ld\n",
CHAMELEON_Comm_rank(), min, min + nbtags );
#endif
assert( cst_first != NULL );
......
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