Skip to content
Snippets Groups Projects
Commit 4a0508f4 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Temporarily disable multithreading that seems to be causing random test...

Temporarily disable multithreading that seems to be causing random test failures in release. Re #1925
parent 895dbb3e
No related branches found
No related tags found
No related merge requests found
......@@ -99,10 +99,9 @@ namespace Mantid
// Keep track of a map of tubes to lists of indices
std::map<Geometry::ComponentID, std::list<int> > tubeMap;
PARALLEL_FOR1(inputWorkspace)
for( int i = 0; i < numSpectra; ++i )
{
PARALLEL_START_INTERUPT_REGION
IDetector_sptr det;
try
......@@ -134,9 +133,7 @@ namespace Mantid
}
}
PARALLEL_END_INTERUPT_REGION
}
PARALLEL_CHECK_INTERUPT_REGION
// Now process the tubes
const int numTubes = tubeMap.size();
......
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