Salome HOME
Merge from V6_main_20120808 08Aug12
[tools/yacsgen.git] / Examples / ast2 / myaster / config.txt
1 # Copyright (C) 2009-2012  EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19 # Configuration file
20 # $Id$
21 # $Name$
22 #
23 # Fields are separated by a " | " (the space is significative)
24 #
25 # Keywords :
26 #  ENV_SH     : environment script (absolute filename or relative to current directory)
27 #  LIB        : archiver
28 #  BIBL       : librairies linked with Code_Aster (with options -L/-l eventually)
29 #  PYTHON     : Python binary
30 #  LINK       : linker command
31 #  OPTL       : linker options
32 #  CC         : C compiler command
33 #  DEFS       : pre-processor #define commands separated by space or comma
34 #               they will be added to all compilation options OPTx_x
35 #  OPTC_D     : C compiler options using DEBUG mode
36 #  OPTC_O     : C compiler options using NODEBUG mode
37 #  INCL       : C include flags
38 #  F77        : Fortran compiler command
39 #  OPTF_D     : Fortran compiler options using DEBUG mode
40 #  OPTF_O     : Fortran compiler options using NODEBUG mode
41 #  INCLF      : Fortran include flags
42 #  F90        : Fortran 90 compiler command
43 #  OPTF90_D   : Fortran 90 compiler options using DEBUG mode
44 #  OPTF90_O   : Fortran 90 compiler options using NODEBUG mode
45 #  INCLF90    : Fortran 90 include flags
46 #  G77_AGLA   : used only for configuration management of EDF version
47 #  SUPERV     : Code_Aster Python packages
48 #  REPPY      : name of 'bibpyt' in the temporary execution directory
49 #  ARGPYT     : main python module
50 #  ARGEXE     : arguments passed to Code_Aster executable
51 #  REPOUT     : tools directory
52 #  MAKE_SURCH_OFFI/MAKE_CAPY_OFFI : Python modules to compiling elements catalogs
53 #  CRP / CRS  : tools to check source files and programming rules
54 #  ID_PERF    : a label to identify a group of machines (use by TEST_TEMPS command)
55 #
56 ID_PERF        | id      | -     | claui2c6
57 #
58 ENV_SH         | env     | -     | /local/cchris/Aster/V10.3/aster/STA10.3/profile.sh
59 #
60 LIB            | ar      | ?     | /usr/bin/ar -rv
61 #
62 BIBL           | python  | 2.4   | -L/local/cchris/pkg/python2.7/install/lib -L/local/cchris/pkg/python2.7/install/lib/python2.7/config -lpython2.7
63 BIBL           | med     | 2.3.5 | -L/local/cchris/Aster/V10.3/aster/public/med-2.3.6/lib -lmed
64 BIBL           | hdf5    | 1.6.5 | -L/local/cchris/Aster/V10.3/aster/public/hdf5-1.6.9/lib -lhdf5
65 BIBL           | zmat    | 8.4   | 
66 BIBL           | mumps   | ?     | /local/cchris/Aster/V10.3/aster/public/mumps-4.9.2/lib/libdmumps.a /local/cchris/Aster/V10.3/aster/public/mumps-4.9.2/lib/libzmumps.a /local/cchris/Aster/V10.3/aster/public/mumps-4.9.2/lib/libsmumps.a /local/cchris/Aster/V10.3/aster/public/mumps-4.9.2/lib/libcmumps.a /local/cchris/Aster/V10.3/aster/public/mumps-4.9.2/lib/libmumps_common.a /local/cchris/Aster/V10.3/aster/public/mumps-4.9.2/lib/libpord.a /local/cchris/Aster/V10.3/aster/public/mumps-4.9.2/lib/libmpiseq.a -L/local/cchris/Aster/V10.3/aster/public/metis-4.0/lib -lmetis
67 BIBL           | scotch  | 4.0   | 
68 BIBL           | math    | ?     | -L/usr/lib -llapack -L/usr/lib -lblas -L/usr/lib/gcc/x86_64-linux-gnu/4.3 -lgfortran
69 BIBL           | mpi     | 2     | 
70 BIBL           | c++     | ?     | -L/usr/lib/gcc/x86_64-linux-gnu/4.3 -lstdc++ -lsupc++
71 BIBL           | sys     | ?     | -Wl,--allow-multiple-definition -Wl,--export-dynamic -ldl -lutil -lm -lpthread -lz
72 BIBL           | salome  | ?     | -L/local/cchris/Salome/Install/KERNEL_V6/lib/salome -lCalciumC -lSalomeDSCSuperv -lSalomeDSCContainer -lSalomeDatastream -lSalomeDSCSupervBasic -Wl,--rpath -Wl,/local/cchris/Salome/Install/KERNEL_V6/lib/salome
73 #
74 DEFS           | defined | ?     | LINUX64 _HAVE_MUMPS _DISABLE_SCOTCH
75 #
76 NOBUILD        | option  | ?     | 
77 #
78 PYTHON         | python  | 2.4   | /local/cchris/Salome/envSalome6/spython/bin/python
79 #
80 LINK           | link    | ?     | /usr/bin/gfortran
81 OPTL           | link    | ?     | -fopenmp
82 #
83 CC             | cc      | ?     | /usr/bin/gcc
84 OPTC_D         | cc      | ?     | -c -g  -fno-stack-protector -fPIC -fopenmp
85 OPTC_O         | cc      | ?     | -c -O2 -fno-stack-protector -fPIC -fopenmp
86 INCL           | include | ?     | -I/local/cchris/Aster/V10.3/aster/STA10.3/bibc/include -I/local/cchris/pkg/python2.7/install/include/python2.7 -I/local/cchris/Salome/envSalome6/spython/lib/python2.7/site-packages/numpy/core/include -I/local/cchris/Aster/V10.3/aster/public/hdf5-1.6.9/include
87 #
88 F77            | f77     | ?     | /usr/bin/gfortran
89 OPTF_D         | f77     | ?     | -c -g  -fPIC  -fopenmp  -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
90 OPTF_O         | f77     | ?     | -c -O2 -fPIC  -fopenmp  -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
91 INCLF          | include | ?     | -I/local/cchris/Salome/Install/KERNEL_V6/include/salome
92 #
93 F90            | f90     | ?     | /usr/bin/gfortran
94 OPTF90_D       | f90     | ?     | -c -g  -ffixed-line-length-0 -x f77-cpp-input -fPIC  -fopenmp  -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
95 OPTF90_O       | f90     | ?     | -c -O2 -ffixed-line-length-0 -x f77-cpp-input -fPIC  -fopenmp  -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
96 INCLF90        | include | ?     |  -I/local/cchris/Aster/V10.3/aster/STA10.3/bibf90/include_mumps-4.9.2
97 #
98 G77_AGLA       | g77     | ?     | unused
99 #
100 SRCFOR         | src     | 11-04 | bibfor
101 SRCF90         | src     | 11-04 | bibf90
102 SRCFERM        | src     | 11-04 | fermetur
103 SRCC           | src     | 11-04 | bibc
104 SRCPY          | src     | 11-04 | bibpyt
105 SRCCATA        | src     | 11-04 | catalo
106 SRCCAPY        | src     | 11-04 | catapy
107 SRCTEST        | src     | 11-04 | astest
108 SRCMAT         | src     | 11-04 | materiau
109 SRCHIST        | src     | 11-04 | histor
110 #
111 MAKE           | build   | -     | debug nodebug
112 BIN_NODBG      | bin     | 11-04 | asteru
113 BIN_DBG        | bin     | 11-04 | asterd
114 BINCMDE        | bin     | 11-04 | commande
115 BINELE         | bin     | 11-04 | elements
116 BINPICKLED     | bin     | 11-04 | cata_ele.pickled
117 BINLIB_NODBG   | bin     | 11-04 | lib/libaster.a
118 BINLIB_DBG     | bin     | 11-04 | lib/libasterd.a
119 BINLIBF_NODBG  | bin     | 02-05 | lib/libferm.a
120 BINLIBF_DBG    | bin     | 02-05 | lib/libfermd.a
121 BINOBJ_NODBG   | bin     | 11-04 | obj/aster
122 BINOBJF_NODBG  | bin     | 11-04 | obj/ferm
123 BINOBJ_DBG     | bin     | 11-04 | obj/asterd
124 BINOBJF_DBG    | bin     | 11-04 | obj/fermd
125 #
126 REPPY          | exec    | 11-04 | Python
127 ARGPYT         | exec    | 03-02 | Execution/E_SUPERV.py
128 ARGEXE         | exec    | 03-02 | -eficas_path ./Python
129 #
130 MAKE_SURCH_OFFI | build  | 11-04 | Lecture_Cata_Ele/make_surch_offi.py
131 MAKE_CAPY_OFFI  | build  | 11-04 | Lecture_Cata_Ele/make_capy_offi.py
132 #
133 REPOUT         | exec    | 11-04 | /local/cchris/Aster/V10.3/aster/outils
134 REPMAT         | exec    | 02-05 | /local/cchris/Aster/V10.3/aster/STA10.3/materiau
135 REPDEX         | exec    | 02-05 | /local/cchris/Aster/V10.3/aster/STA10.3/datg
136 #
137 SUPERV         | exec    | 03-02 | Accas
138 SUPERV         | exec    | 03-02 | Build
139 SUPERV         | exec    | 03-02 | Comportement
140 SUPERV         | exec    | 03-02 | Execution
141 SUPERV         | exec    | 03-02 | Intranet
142 SUPERV         | exec    | 03-02 | Macro
143 SUPERV         | exec    | 12-06 | Meidee
144 SUPERV         | exec    | 09-06 | Messages
145 SUPERV         | exec    | 03-02 | Noyau
146 SUPERV         | exec    | 05-04 | Outils
147 SUPERV         | exec    | 01-07 | SD
148 SUPERV         | exec    | 01-03 | Stanley
149 SUPERV         | exec    | 03-02 | Utilitai
150 SUPERV         | exec    | 03-02 | Validation
151 #
152 GZIP           | tool    | ?     | ?GZIP?
153 #
154 I18N           | i18n    | -     | 
155