diff --git a/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/share/InDetAlign_Setup.py b/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/share/InDetAlign_Setup.py
index a4ef8f9c1595d4c1a8f1a9bebaf879f96b51f176..348e51364f4e44f38ee0ad46afa0971a9ad3d0ad 100644
--- a/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/share/InDetAlign_Setup.py
+++ b/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/share/InDetAlign_Setup.py
@@ -41,7 +41,7 @@ newInDetAlignAlg_Options = {
     ,"inputVectorFiles"     : [ "vector.bin" ]       #  list of vector files when solving only
     ,"inputTFiles"          : ["AlignmentTFile.root"]# list of the Alignment TFiles, used only if WriteTFile is True
     ,"solvingOption"        : 3                      #  which global solver to run 0-none, 1-Lapack, 2-Eigen, 6-ROOT, 7-CLHEP
-    ,"solveLocal"           : True                   #  whether to run local solving
+    ,"solveLocal"           : False                  #  whether to run local solving
     ,"writeMatrixFile"      : True                   #  whether to write matrix to file before solving
     ,"writeMatrixFileTxt"   : True                   #  whether to write matrix to text file
     ,"WriteTFile"           : True                   #  use ROOT files for store the matrix