blob: 81d756b2295ddfbcb9c48eab41e5f96d918182ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
To execute PowThm.py on Salome:
(1) compile the C++ multiphysics computational scheme:
cd Version5/Yacs++
../script/install
(2) construct the shared objects using Yacsgen:
cd Version5/Yacs++/data
python PowThm.py
(3) on data directory, launch Salome:
./PowThm_appli/runAppli -k > PowThm.out
(press the YACS button)
(press "New")
(press "Load a schema for run")
(double-click "PowThm.xml")
(press "Start or Resume Schema Execution")
If the Corba Name Server is not running, you can start it by sourcing the
following script:
source $SALOME_KERNEL/salome.sh
where $SALOME_KERNEL is a variable defined on your .profile as
export SALOME_KERNEL=$HOME/salome_6.5.0/KERNEL_6.5.0 # Salome
for a 6.5.0 distribution.
|