Skip to content
Snippets Groups Projects
Commit 8110e343 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

set serial

parent d4256ef3
No related branches found
No related tags found
1 merge request!9Implements parallel I/O (Read, for the moment) & starts dropping Qt5
Pipeline #1668947 failed
...@@ -501,7 +501,7 @@ void ReadGeoModel::loopOverAllChildrenInBunches() ...@@ -501,7 +501,7 @@ void ReadGeoModel::loopOverAllChildrenInBunches()
// If we have a few children, then process them serially // If we have a few children, then process them serially
std::cout << "Running concurrently? " << m_runMultithreaded << std::endl; std::cout << "Running concurrently? " << m_runMultithreaded << std::endl;
if ( !(m_runMultithreaded) || nChildrenRecords <= 500) if (true) // !(m_runMultithreaded) || nChildrenRecords <= 500)
{ {
std::cout << "Running serially...\n"; std::cout << "Running serially...\n";
loopOverAllChildrenRecords(m_allchildren); loopOverAllChildrenRecords(m_allchildren);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment