From c18b61aabdc52027d303b357f16c8ba8771d4b83 Mon Sep 17 00:00:00 2001 From: Alex Buts Date: Thu, 28 Feb 2013 19:39:02 +0000 Subject: [PATCH] refs #6543 Disable OMP --- .../DataHandling/src/LoadDetectorInfo.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Code/Mantid/Framework/DataHandling/src/LoadDetectorInfo.cpp b/Code/Mantid/Framework/DataHandling/src/LoadDetectorInfo.cpp index 08a8786d0009..fb8ce3f8bc2a 100644 --- a/Code/Mantid/Framework/DataHandling/src/LoadDetectorInfo.cpp +++ b/Code/Mantid/Framework/DataHandling/src/LoadDetectorInfo.cpp @@ -848,10 +848,10 @@ void LoadDetectorInfo::readNXS(const std::string& fName) bool noneSet = true; size_t detectorProblemCount(0); - PRAGMA(omp parallel for reduction(|| : differentOffsets)) + //PRAGMA(omp parallel for reduction(|| : differentOffsets)) for(int i=0;i