Skip to content
Snippets Groups Projects
Commit 20186726 authored by carlocamilloni's avatar carlocamilloni
Browse files

Merge branch 'v2.4' into v2.5

parents 4850d577 0df732e0
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ void ActionWithVessel::runAllTasks() {
// Get number of threads for OpenMP
unsigned nt=OpenMP::getNumThreads();
if( nt*stride*2>nactive_tasks || !threadSafe()) nt=1;
if( nt*stride*2>nactive_tasks || !threadSafe() || !actionIsBridged) nt=1;
// Get size for buffer
unsigned bsize=0, bufsize=getSizeOfBuffer( bsize );
......
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