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

revert #417

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