Salome HOME
Merge branch 'omu/generate_cmake'
[tools/yacsgen.git] / Examples / fort1 / README.txt
1 A Fortran component dynamically loadable
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
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)