Mentions légales du service

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

runtime/starpu: fix typo in parallel worker

parent d9945af5
Branches
Tags
1 merge request!358Fix documentation and code issues on parallel worker
...@@ -66,7 +66,7 @@ void chameleon_starpu_parallel_worker_init( starpu_sched_opt_t *sched_opt ) ...@@ -66,7 +66,7 @@ void chameleon_starpu_parallel_worker_init( starpu_sched_opt_t *sched_opt )
if ( pw_config == NULL ) if ( pw_config == NULL )
{ {
fprintf( stderr, "error CHAMELEON_PARALLEL_WORKER_LEVEL : cannot create a parallel worker at %s level.\n", level );p fprintf( stderr, "error CHAMELEON_PARALLEL_WORKER_LEVEL : cannot create a parallel worker at %s level.\n", level );
exit(1); exit(1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment