Salome HOME
Add COPYING license file
[tools/yacsgen.git] / Examples / mpi1 / README.txt
1 A example of a MPI 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 (mymodule_SRC), its installation (install) and
8 a SALOME application (appli) composed of modules KERNEL, GUI, YACS and the new module cppcompos.
9
10 To run a coupling:
11
12  1. start SALOME in background : ./appli/salome -t
13  2. run the example schema in a SALOME session : ./appli/salome shell -- driver coupling.xml
14  3. examine output files in /tmp
15  4. shutdown SALOME : ./appli/salome killall