]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
update config for SOLVERLAB GUI
authorBernard Sécherà <bernard.secher@cea.fr>
Fri, 5 Feb 2021 10:17:09 +0000 (11:17 +0100)
committerBernard Sécherà <bernard.secher@cea.fr>
Fri, 5 Feb 2021 10:17:09 +0000 (11:17 +0100)
applications/SOLVERLAB-master-MPI.pyconf
applications/SOLVERLAB-master.pyconf
products/SOLVERLAB.pyconf

index 2135a6ce08bba0f7bd7c9d664c795306aeec6a97..ee44b561ce3e1e95fc8125221311367db1309b68 100644 (file)
@@ -21,7 +21,7 @@ APPLICATION :
         }
         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:""}
         SALOME_trace : "local" # local/file:.../with_logger
-        SALOME_MODULES : ""  # specify the first modules to display in gui
+        SALOME_MODULES : "SOLVERLAB"  # specify the first modules to display in gui
     }
     products :
     {
index 51673418b2bf0a231749eea625893b67110d54b4..5f1e7d144c62f9198d5db7226a8cbf29fde9d963 100644 (file)
@@ -21,7 +21,7 @@ APPLICATION :
         }
         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:""}
         SALOME_trace : "local" # local/file:.../with_logger
-        SALOME_MODULES : ""  # specify the first modules to display in gui
+        SALOME_MODULES : "SOLVERLAB"  # specify the first modules to display in gui
     }
     products :
     {
index c2845383573eb061239c67820d57c8a1a6798e0b..51499caf4c8c5f57e2eeed9bc7d82ead0f7ba90e 100644 (file)
@@ -11,6 +11,7 @@ default :
     }
     environ :
     {
+       SalomeAppConfig_ : $install_dir + $VARS.sep + "share" + $VARS.sep + "salome" + $VARS.sep + "resources" + $VARS.sep + "solverlab"
        env_script : $name + ".py"
     }
     depend : 
@@ -35,6 +36,7 @@ default :
     {
         is_SALOME_module : "yes"
         incremental : "yes"
+        has_salome_gui : "yes"
     }
 }