Salome HOME
PR: ROOT_DIR to virtual link = APPLI directory
[modules/kernel.git] / bin / launchConfigureParser.py
index ed3129933abcb8d0b2bacc6649505102324629a9..f1ae79eaaefdcaacd505ef7126e9909472c16b18 100755 (executable)
@@ -436,6 +436,10 @@ if 't' in cmd_opts:
     args[script_nam] = cmd_opts['t']
     pass
 
+if args[except_nam] == 1:
+    os.environ["DISABLE_FPE"] = "1"
+    pass
+
 # now modify SalomeAppConfig environment variable
 dirs = re.split('[;|:]', os.environ[config_var] )