Salome HOME
Update copyrights
[tools/yacsgen.git] / Examples / fort2 / README.txt
1 A Fortran standalone component
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 (fcompos_SRC), its installation (install) and
8 a SALOME application (appli) composed of modules KERNEL, GUI, YACS and the new module fcompos.
9 You also get the code1 et code2 executables.
10
11 To run a coupling:
12
13  1. start SALOME in background : ./appli/runAppli -t
14  2. start a SALOME session : ./appli/runSession
15  3. start YACS coupler with coupling file : driver coupling.xml
16  4. examine output files in /tmp
17  5. shutdown SALOME : shutdowSalome.py
18  6. exit session : CTRL-D (or exit)