Mentions légales du service

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

Fix number of worker with StarPU (Thanks Jerome)

parent 6cd463e6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -249,5 +249,5 @@ void RUNTIME_comm_size( int *size )
**/
int RUNTIME_get_thread_nbr()
{
return starpu_worker_get_count_by_type( STARPU_CPU );
return starpu_worker_get_count_by_type( STARPU_CPU_WORKER );
}
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