From 968ccdb5d6ada1f568ac94d1958807ce0a491c46 Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 11 Sep 2006 07:18:57 +0000 Subject: [PATCH] PR: Set MMGT_REENTRANT variable to 1, to allow thread safe behaviour of Cascade (see bug 12651) --- bin/appli_gen.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.39.2