From: prascle Date: Mon, 11 Sep 2006 07:18:57 +0000 (+0000) Subject: PR: Set MMGT_REENTRANT variable to 1, to allow thread safe behaviour of Cascade ... X-Git-Tag: For_GUI_AutoTools~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=968ccdb5d6ada1f568ac94d1958807ce0a491c46;p=modules%2Fkernel.git PR: Set MMGT_REENTRANT variable to 1, to allow thread safe behaviour of Cascade (see bug 12651) --- diff --git a/bin/appli_gen.py b/bin/appli_gen.py index ba6b9889d..6d70fe939 100644 --- a/bin/appli_gen.py +++ b/bin/appli_gen.py @@ -190,6 +190,7 @@ def install(prefix,config_file): command = 'export SUITRoot=' + os.path.join(home_dir,'share','salome') +'\n' f.write(command) f.write('export DISABLE_FPE=1\n') + f.write('export MMGT_REENTRANT=1\n') f.close()