From 8110e34383b756644751888580e40ab525b63ff4 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Thu, 28 May 2020 05:23:36 +0200 Subject: [PATCH] set serial --- GeoModelRead/src/ReadGeoModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoModelRead/src/ReadGeoModel.cpp b/GeoModelRead/src/ReadGeoModel.cpp index 785a657..1423ba3 100644 --- a/GeoModelRead/src/ReadGeoModel.cpp +++ b/GeoModelRead/src/ReadGeoModel.cpp @@ -501,7 +501,7 @@ void ReadGeoModel::loopOverAllChildrenInBunches() // If we have a few children, then process them serially std::cout << "Running concurrently? " << m_runMultithreaded << std::endl; - if ( !(m_runMultithreaded) || nChildrenRecords <= 500) + if (true) // !(m_runMultithreaded) || nChildrenRecords <= 500) { std::cout << "Running serially...\n"; loopOverAllChildrenRecords(m_allchildren); -- GitLab