]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: Set MMGT_REENTRANT variable to 1, to allow thread safe behaviour of Cascade ...
authorprascle <prascle>
Mon, 11 Sep 2006 07:18:57 +0000 (07:18 +0000)
committerprascle <prascle>
Mon, 11 Sep 2006 07:18:57 +0000 (07:18 +0000)
bin/appli_gen.py

index ba6b9889d90b74ba6e6c595a8af15a290df62779..6d70fe9392d966df41d987ae193eeae8c6d1fdfd 100644 (file)
@@ -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()