From 139f5762f5d36a96ddf9aac175f550d58e85f4b8 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Wed, 19 Nov 2008 10:28:14 +0000 Subject: [PATCH] Update --- README | 94 ++++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 75 insertions(+), 19 deletions(-) diff --git a/README b/README index aed4e62..a468ebc 100644 --- a/README +++ b/README @@ -162,25 +162,81 @@ Some parameters described in configuration file can be overridden by using of corresponding command-line options for runSalome script: - --gui - Launch GUI desktop - --logger - Use logger server - --xterm - Start each server in its own xterm console window - --portkill - Kill SALOME, running on the current port - --killall - Kill SALOME, running on all ports - --modules=,,..., - Use module(s), possible values are GEOM,SMESH,VISU,MED,SUPERV,etc. - --embedded=,,... - Start specified server/container(s) embedded in SALOME Session server - (i.e. running in the same process), possible values are registry, - study, moduleCatalog, cppContainer, registry - --standalone=,,... - Start standalone server/container(s), possible values are registry, - study, registry, moduleCatalog, cppContainer, pyContainer, supervContainer. + -t, --terminal + Launch without GUI (in the terminal mode). + -g, --gui + Launch in GUI mode [default]. + -d <1/0>, --show-desktop=<1/0> + 1 to activate GUI desktop [default], 0 to not activate + GUI desktop (Session_Server starts, but GUI is not + shown). Ignored in the terminal mode. + -o, --hide-desktop + Do not activate GUI desktop (Session_Server starts, + but GUI is not shown). The same as --show-desktop=0. + -b, --batch + Launch in Batch Mode. (Without GUI on batch machine) + -l, --logger + Redirect messages to the CORBA collector. + -f , --log-file= + Redirect messages to the + -u , --execute= + Python script(s) to be imported. Python scripts are + imported in the order of their appearance. In GUI mode + python scripts are imported in the embedded python + interpreter of current study, otherwise in an external + python interpreter + -r , --resources= + Parse application settings from the instead of + default $(HOME)/.SalomeApprc.$(version) + -x, --xterm + Launch each SALOME server in own xterm console + -m , --modules= + SALOME modules list (where , are + the names of SALOME modules which should be available + in the SALOME session) + -e , --embedded= + CORBA servers to be launched in the Session embedded + mode. Valid values for : registry, study, + moduleCatalog, cppContainer, SalomeAppEngine [by + default the value from the configuration files is + used] + -s , --standalone= + CORBA servers to be launched in the standalone mode + (as separate processes). Valid values for : + registry, study, moduleCatalog, cppContainer, + pyContainer, supervContainer [by default the value + from the configuration files is used] + -p, --portkill + Kill SALOME with the current port + -k, --killall + Kill all running SALOME sessions + -i , --interp= + The number of additional external python interpreters + to run. Each additional python interpreter is run in + separate xterm session with properly set SALOME + environment + -z <1/0>, --splash=<1/0> + 1 to display splash screen [default], 0 to disable + splash screen. This option is ignored in the terminal + mode. It is also ignored if --show-desktop=0 option is + used. + -c <1/0>, --catch-exceptions=<1/0> + 1 (yes,true,on,ok) to enable centralized exception + handling [default], 0 (no,false,off,cancel) to disable + centralized exception handling. + --print-port + Print free port and exit + --nosave-config + Do not save current configuration + ${HOME}/.omniORB_last.cfg + --pinter + Launch with interactive python console. + --ns-port-log= + Print Naming Service Port into a user file. + --gdb-session + Launch session with gdb + --version + Show program's version number and exit Additional launch settings are given in other sections, which refer to certain modules. For example, SMESH plugins which should be used in the SALOME launch -- 2.39.2