Salome HOME
untabify
[modules/smesh.git] / src / Tools / padder / spadderpy / padder.cfg.in
1 # This section specify the configurations to be used respectively for
2 # the local execution and the remote execution. The value for 'local'
3 # and 'remote' keys must be the name of a configuration section in
4 # this file. The default key must specify a value between "local" or
5 # "remote" to indicate the user preference. 
6 [resources]
7 local   = localhost
8 remote  = nepal
9
10 [preferences]
11 defaultres = local
12
13 # The following sections defines the available configurations.
14 # The name of the section can be choosen arbitrary. But the value of
15 # the resname key MUST be the name of a SALOME resource defined in the
16 # catalog of resources (CatalogResources.xml).
17
18 # For each section:
19 # - resname : the name of the SALOME resource to be used in this configuration
20 # - binpath : the path to the padder executable program on this resource
21 # - envpath : the path to the environment file on this resource
22 [localhost]
23 resname = localhost
24 binpath = @PADDERHOME@/padder.exe
25 envpath = @PADDERHOME@/padder.env
26
27 [venus]
28 resname = gboulant@venus
29 binpath = /usr/local/bin/padder.exe
30 envpath = /usr/local/share/envPadder.sh
31
32 [nepal]
33 resname = nepal@nepal
34 binpath = /usr/local/bin/padder.exe
35 envpath = /usr/local/share/envPadder.sh
36
37 [devel]
38 resname = localhost
39 binpath = /opt/programs/padder/subversion/trunk/padder.exe
40 envpath = /opt/programs/padder/subversion/trunk/padder.env
41