]> SALOME platform Git repositories - tools/yacsgen.git/blob - Examples/ast2/myaster/config.txt
Salome HOME
CCAR: add two examples with Code_Aster : ast1 and ast2
[tools/yacsgen.git] / Examples / ast2 / myaster / config.txt
1 # Configuration file
2 # $Id$
3 # $Name$
4 #
5 # Fields are separated by a " | " (the space is significative)
6 #
7 # Keywords :
8 #  ENV_SH     : environment script (absolute filename or relative to current directory)
9 #  LIB        : archiver
10 #  BIBL       : librairies linked with Code_Aster (with options -L/-l eventually)
11 #  PYTHON     : Python binary
12 #  LINK       : linker command
13 #  OPTL       : linker options
14 #  CC         : C compiler command
15 #  OPTC_D     : C compiler options using DEBUG mode
16 #  OPTC_O     : C compiler options using NODEBUG mode
17 #  INCL       : C include flags
18 #  F77        : Fortran compiler command
19 #  OPTF_D     : Fortran compiler options using DEBUG mode
20 #  OPTF_O     : Fortran compiler options using NODEBUG mode
21 #  INCLF      : Fortran include flags
22 #  F90        : Fortran 90 compiler command
23 #  OPTF90_D   : Fortran 90 compiler options using DEBUG mode
24 #  OPTF90_O   : Fortran 90 compiler options using NODEBUG mode
25 #  INCLF90    : Fortran 90 include flags
26 #  G77_AGLA   : used only for configuration management of EDF version
27 #  SUPERV     : Code_Aster Python packages
28 #  REPPY      : name of 'bibpyt' in the temporary execution directory
29 #  ARGPYT     : main python module
30 #  ARGEXE     : arguments passed to Code_Aster executable
31 #  REPOUT     : tools directory
32 #  MAKE_SURCH_OFFI/MAKE_CAPY_OFFI : Python modules to compiling elements catalogs
33 #  CRP / CRS  : tools to check source files and programming rules
34 #
35 ENV_SH         | env     | -     | /local/chris/ASTER/instals/NEW9/profile.sh
36 #
37 LIB            | ar      | ?     | /usr/bin/ar -rv
38 #
39 #BIBL           | python  | 2.4   | -L/usr/lib/python2.4/config -lpython2.4
40 BIBL           | python  | 2.4   | -lpython2.4
41 BIBL           | med     | 2.3.5 | -Wl,-R -Wl,/local/chris/pkg/med235/install/lib -L/local/chris/pkg/med235/install/lib -lmed
42 BIBL           | hdf5    | 1.6.5 | -lhdf5
43 BIBL           | sys     | ?     | -Wl,--allow-multiple-definition -Wl,--export-dynamic -lieee -ldl -lpthread -lutil -lm /usr/lib/libz.a
44 BIBL           | mpi     | 2     | -lmpi
45 BIBL           | zmat    | 8.3   | 
46 BIBL           | mumps   | 4.3.2 | 
47 BIBL           | scotch  | 4.0   | -L/local/chris/ASTER/instals/public/scotch_4.0/bin -lscotch -lcommon -lscotcherr -lscotcherrcom
48 BIBL           | math    | ?     | /usr/lib/liblapack.a /usr/lib/libblas.a /usr/lib/libg2c.a
49 BIBL           | salome  | ?     | -L/local/chris/SALOME2/RELEASES/Install/KERNEL_V5/lib/salome -lCalciumC -lSalomeDSCSuperv -lSalomeDSCContainer -lSalomeDatastream -lSalomeDSCSupervBasic -Wl,--rpath -Wl,/local/chris/SALOME2/RELEASES/Install/KERNEL_V5/lib/salome
50 #
51 NOBUILD        | option  | ?     |  bibfor/from_c
52 #
53 PYTHON         | python  | 2.4   | /usr/bin/python
54 #
55 LINK           | link    | ?     | /usr/bin/g77
56 OPTL           | link    | ?     | -v
57 #
58 CC             | cc      | ?     | /usr/bin/gcc
59 #OPTC_D         | cc      | ?     | -c -g -DP_LINUX  -D_USE_MPI
60 OPTC_D         | cc      | ?     | -c -g -DP_LINUX 
61 #OPTC_O         | cc      | ?     | -c -O2 -DP_LINUX -D_USE_MPI
62 OPTC_O         | cc      | ?     | -c -O2 -DP_LINUX 
63 INCL           | include | ?     | -I/local/chris/ASTER/instals/NEW9/bibc/include -I/usr/include/python2.4 -I/usr/include -I/usr/include/lam -I/local/chris/ASTER/instals/public/scotch_4.0/bin
64 #
65 F77            | f77     | ?     | /usr/bin/g77
66 OPTF_D         | f77     | ?     | -c -g
67 OPTF_O         | f77     | ?     | -c -O2 -I/usr/include/lam
68 INCLF          | include | ?     | -I/local/chris/SALOME2/RELEASES/Install/KERNEL_V5/include/salome
69 #
70 F90            | f90     | ?     | 
71 OPTF90_D       | f90     | ?     | -c -g
72 OPTF90_O       | f90     | ?     | -c -O2
73 INCLF90        | include | ?     | 
74 #
75 G77_AGLA       | g77     | ?     | unused
76 #
77 SRCFOR         | src     | 11-04 | bibfor
78 #SRCF90         | src     | 11-04 | bibf90
79 SRCFERM        | src     | 11-04 | fermetur
80 SRCC           | src     | 11-04 | bibc
81 SRCPY          | src     | 11-04 | bibpyt
82 SRCCATA        | src     | 11-04 | catalo
83 SRCCAPY        | src     | 11-04 | catapy
84 SRCTEST        | src     | 11-04 | astest
85 SRCMAT         | src     | 11-04 | materiau
86 SRCHIST        | src     | 11-04 | histor
87 #
88 MAKE           | build   | -     | debug nodebug
89 BIN_NODBG      | bin     | 11-04 | asteru
90 BIN_DBG        | bin     | 11-04 | asterd
91 BINCMDE        | bin     | 11-04 | commande
92 BINELE         | bin     | 11-04 | elements
93 BINPICKLED     | bin     | 11-04 | cata_ele.pickled
94 BINLIB_NODBG   | bin     | 11-04 | lib/libaster.a
95 BINLIB_DBG     | bin     | 11-04 | lib/libasterd.a
96 BINLIBF_NODBG  | bin     | 02-05 | lib/libferm.a
97 BINLIBF_DBG    | bin     | 02-05 | lib/libfermd.a
98 BINOBJ_NODBG   | bin     | 11-04 | obj/aster
99 BINOBJF_NODBG  | bin     | 11-04 | obj/ferm
100 BINOBJ_DBG     | bin     | 11-04 | obj/asterd
101 BINOBJF_DBG    | bin     | 11-04 | obj/fermd
102 #
103 REPPY          | exec    | 11-04 | Python
104 ARGPYT         | exec    | 03-02 | Execution/E_SUPERV.py
105 ARGEXE         | exec    | 03-02 | -eficas_path ./Python
106 #
107 MAKE_SURCH_OFFI | build  | 11-04 | Lecture_Cata_Ele/make_surch_offi.py
108 MAKE_CAPY_OFFI  | build  | 11-04 | Lecture_Cata_Ele/make_capy_offi.py
109 #
110 REPOUT         | exec    | 11-04 | /local/chris/ASTER/instals/outils
111 REPMAT         | exec    | 02-05 | /local/chris/ASTER/instals/NEW9/materiau
112 REPDEX         | exec    | 02-05 | /local/chris/ASTER/instals/NEW9/datg
113 #
114 SUPERV         | exec    | 03-02 | Accas
115 SUPERV         | exec    | 03-02 | Build
116 SUPERV         | exec    | 03-02 | Execution
117 SUPERV         | exec    | 03-02 | Macro
118 SUPERV         | exec    | 03-02 | Messages
119 SUPERV         | exec    | 03-02 | Noyau
120 SUPERV         | exec    | 03-02 | Stanley
121 SUPERV         | exec    | 03-02 | Utilitai
122 SUPERV         | exec    | 03-02 | Validation
123 #
124 GZIP           | tool    | ?     | ?GZIP?
125 CRP            | tool    | ?     | /local/chris/ASTER/instals/outils/CRPCRS/crp_aster.sh
126 CRS            | tool    | ?     | /local/chris/ASTER/instals/outils/CRPCRS/crs.sh
127 #
128 I18N           | i18n    | -     |