]> SALOME platform Git repositories - tools/sat.git/blob - doc/src/commands/launcher.rst
Salome HOME
fix contents pdf maxdepth and use sphinx 1.7.3 on is231761
[tools/sat.git] / doc / src / commands / launcher.rst
1
2 .. include:: ../../rst_prolog.rst
3
4 Command launcher
5 ******************
6
7 Description
8 ===========
9 The **launcher** command creates a SALOME launcher, a python script file to start SALOME_.
10
11
12 Usage
13 =====
14 * Create a launcher: ::
15
16     sat launcher <application>
17     
18   Generate a launcher in the application directory, i.e ``$APPLICATION.workdir``.
19
20 * Create a launcher with a given name (default name is ``APPLICATION.profile.launcher_name``) ::
21
22     sat launcher <application> --name ZeLauncher
23
24   The launcher will be called *ZeLauncher*.
25
26 * Set a specific resources catalog: ::
27
28     sat launcher <application>  --catalog  <path of a salome resources catalog>
29     
30   Note that the catalog specified will be copied to the profile directory.
31
32 * Generate the catalog for a list of machines: ::
33
34     sat launcher <application> --gencat <list of machines>
35
36   This will create a catalog by querying each machine (memory, number of processor) with ssh.
37
38 * Generate a mesa launcher (if mesa and llvm are parts of the application). Use this option only if you have to use salome through ssh and have problems with ssh X forwarding of OpengGL modules (like Paravis): ::
39
40     sat launcher <application> --use_mesa
41
42
43 Configuration
44 =============
45
46 Some useful configuration pathes: 
47
48 * **APPLICATION.profile**
49
50   * **product** : the name of the profile product (the product in charge of holding the application stuff, like logos, splashscreen)
51   * **launcher_name** : the name of the launcher.
52