diff --git a/GeoModelRead/src/ReadGeoModel.cpp b/GeoModelRead/src/ReadGeoModel.cpp
index 785a657425b639405d3a1334d1e9c900e2fc562a..1423ba3b2a2ac549777e9fd4bb04391177c95b44 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);