Skip to content
Snippets Groups Projects
Commit 572413ad authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #3696: Allocate enough threads!

parent bc59caa1
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ void RSPBoards::process()
LOG_INFO_STR( logPrefix << "Start" );
#pragma omp parallel sections num_threads(2)
#pragma omp parallel sections num_threads(3)
{
#pragma omp section
{
......
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