]> SALOME platform Git repositories - tools/yacsgen.git/blob - Examples/pyth2/README.txt
Salome HOME
Python3 porting for Examples.
[tools/yacsgen.git] / Examples / pyth2 / README.txt
1 A Python standalone component (in executable form)
2 =======================================================
3
4 To build this example, modify the ../exec.sh file to take into account your configuration.
5 Run build.sh to build and test the component.
6
7 You should get a SALOME module in source form (pycompos_SRC), its installation (install) and
8 a SALOME application (appli) composed of modules KERNEL, GUI, YACS and the new module pycompos.
9
10 To run a coupling:
11
12  1. start SALOME in background : ./appli/runAppli -t
13  2. start a SALOME session : ./appli/runSession
14  3. start YACS coupler with coupling file : driver coupling.xml
15  4. examine output files in /tmp
16  5. shutdown SALOME : shutdowSalome.py
17  6. exit session : CTRL-D (or exit)