]> SALOME platform Git repositories - tools/yacsgen.git/blob - Examples/fort1/README.txt
Salome HOME
CCAR: initial version
[tools/yacsgen.git] / Examples / fort1 / README.txt
1 A Fortran component
2 ======================
3
4 To build this example, modify the components.py and Makefile files
5 to take into account your configuration.
6
7 1- your prerequisite file 
8 2- your KERNEL_ROOT_DIR
9
10 Then set the environment (including PYTHONPATH for YACGEN, ../.. from here)::
11
12   source <your prerequisite file>
13
14 Build the code1 et code2 libraries ::
15
16   make
17
18 and process components.py ::
19
20   python components.py
21
22 You should get a SALOME module in source form (fcompos_SRC), its installation (Installfort) and
23 a SALOME application (appli) composed of modules KERNEL, GUI, YACS and fcompos.
24
25 To run a coupling:
26
27  1. start SALOME in background : ./appli/runAppli -t
28  2. start a SALOME session : ./appli/runSession
29  3. start YACS coupler with coupling file : driver coupling.xml
30  4. examine output files in /tmp
31  5. shutdown SALOME : shutdowSalome.py
32  6. exit session : CTRL-D (or exit)