Salome HOME
Add COPYING license file
[tools/yacsgen.git] / Examples / ast2 / myaster / config.txt
index b7cbc4f3be92e262064a08e147cea27482d36625..564214e5fe881b86e7ce63dd8c5c056094da2644 100644 (file)
@@ -1,3 +1,22 @@
+# Copyright (C) 2009-2024  EDF
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
 # Configuration file
 # $Id$
 # $Name$
@@ -12,6 +31,8 @@
 #  LINK       : linker command
 #  OPTL       : linker options
 #  CC         : C compiler command
+#  DEFS       : pre-processor #define commands separated by space or comma
+#               they will be added to all compilation options OPTx_x
 #  OPTC_D     : C compiler options using DEBUG mode
 #  OPTC_O     : C compiler options using NODEBUG mode
 #  INCL       : C include flags
 #  REPOUT     : tools directory
 #  MAKE_SURCH_OFFI/MAKE_CAPY_OFFI : Python modules to compiling elements catalogs
 #  CRP / CRS  : tools to check source files and programming rules
+#  ID_PERF    : a label to identify a group of machines (use by TEST_TEMPS command)
 #
-ENV_SH         | env     | -     | /local/chris/ASTER/instals/NEW9/profile.sh
+ID_PERF        | id      | -     | claui2c6
+#
+ENV_SH         | env     | -     | /local/cchris/Aster/V10.3/aster/STA10.3/profile.sh
 #
 LIB            | ar      | ?     | /usr/bin/ar -rv
 #
-#BIBL           | python  | 2.4   | -L/usr/lib/python2.4/config -lpython2.4
-BIBL           | python  | 2.4   | -lpython2.4
-BIBL           | med     | 2.3.5 | -Wl,-R -Wl,/local/chris/pkg/med235/install/lib -L/local/chris/pkg/med235/install/lib -lmed
-BIBL           | hdf5    | 1.6.5 | -lhdf5
-BIBL           | sys     | ?     | -Wl,--allow-multiple-definition -Wl,--export-dynamic -lieee -ldl -lpthread -lutil -lm /usr/lib/libz.a
-BIBL           | mpi     | 2     | -lmpi
-BIBL           | zmat    | 8.3   | 
-BIBL           | mumps   | 4.3.2 | 
-BIBL           | scotch  | 4.0   | -L/local/chris/ASTER/instals/public/scotch_4.0/bin -lscotch -lcommon -lscotcherr -lscotcherrcom
-BIBL           | math    | ?     | /usr/lib/liblapack.a /usr/lib/libblas.a /usr/lib/libg2c.a
-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
+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
+BIBL           | med     | 2.3.5 | -L/local/cchris/Aster/V10.3/aster/public/med-2.3.6/lib -lmed
+BIBL           | hdf5    | 1.6.5 | -L/local/cchris/Aster/V10.3/aster/public/hdf5-1.6.9/lib -lhdf5
+BIBL           | zmat    | 8.4   | 
+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
+BIBL           | scotch  | 4.0   | 
+BIBL           | math    | ?     | -L/usr/lib -llapack -L/usr/lib -lblas -L/usr/lib/gcc/x86_64-linux-gnu/4.3 -lgfortran
+BIBL           | mpi     | 2     | 
+BIBL           | c++     | ?     | -L/usr/lib/gcc/x86_64-linux-gnu/4.3 -lstdc++ -lsupc++
+BIBL           | sys     | ?     | -Wl,--allow-multiple-definition -Wl,--export-dynamic -ldl -lutil -lm -lpthread -lz
+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
+#
+DEFS           | defined | ?     | LINUX64 _HAVE_MUMPS _DISABLE_SCOTCH
 #
-NOBUILD        | option  | ?     |  bibfor/from_c
+NOBUILD        | option  | ?     | 
 #
-PYTHON         | python  | 2.4   | /usr/bin/python
+PYTHON         | python  | 2.4   | /local/cchris/Salome/envSalome6/spython/bin/python
 #
-LINK           | link    | ?     | /usr/bin/g77
-OPTL           | link    | ?     | -v
+LINK           | link    | ?     | /usr/bin/gfortran
+OPTL           | link    | ?     | -fopenmp
 #
 CC             | cc      | ?     | /usr/bin/gcc
-#OPTC_D         | cc      | ?     | -c -g -DP_LINUX  -D_USE_MPI
-OPTC_D         | cc      | ?     | -c -g -DP_LINUX 
-#OPTC_O         | cc      | ?     | -c -O2 -DP_LINUX -D_USE_MPI
-OPTC_O         | cc      | ?     | -c -O2 -DP_LINUX 
-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
-#
-F77            | f77     | ?     | /usr/bin/g77
-OPTF_D         | f77     | ?     | -c -g
-OPTF_O         | f77     | ?     | -c -O2 -I/usr/include/lam
-INCLF          | include | ?     | -I/local/chris/SALOME2/RELEASES/Install/KERNEL_V5/include/salome
-#
-F90            | f90     | ?     | 
-OPTF90_D       | f90     | ?     | -c -g
-OPTF90_O       | f90     | ?     | -c -O2
-INCLF90        | include | ?     | 
+OPTC_D         | cc      | ?     | -c -g  -fno-stack-protector -fPIC -fopenmp
+OPTC_O         | cc      | ?     | -c -O2 -fno-stack-protector -fPIC -fopenmp
+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
+#
+F77            | f77     | ?     | /usr/bin/gfortran
+OPTF_D         | f77     | ?     | -c -g  -fPIC  -fopenmp  -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
+OPTF_O         | f77     | ?     | -c -O2 -fPIC  -fopenmp  -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
+INCLF          | include | ?     | -I/local/cchris/Salome/Install/KERNEL_V6/include/salome
+#
+F90            | f90     | ?     | /usr/bin/gfortran
+OPTF90_D       | f90     | ?     | -c -g  -ffixed-line-length-0 -x f77-cpp-input -fPIC  -fopenmp  -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
+OPTF90_O       | f90     | ?     | -c -O2 -ffixed-line-length-0 -x f77-cpp-input -fPIC  -fopenmp  -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8
+INCLF90        | include | ?     |  -I/local/cchris/Aster/V10.3/aster/STA10.3/bibf90/include_mumps-4.9.2
 #
 G77_AGLA       | g77     | ?     | unused
 #
 SRCFOR         | src     | 11-04 | bibfor
-#SRCF90         | src     | 11-04 | bibf90
+SRCF90         | src     | 11-04 | bibf90
 SRCFERM        | src     | 11-04 | fermetur
 SRCC           | src     | 11-04 | bibc
 SRCPY          | src     | 11-04 | bibpyt
@@ -107,22 +131,26 @@ ARGEXE         | exec    | 03-02 | -eficas_path ./Python
 MAKE_SURCH_OFFI | build  | 11-04 | Lecture_Cata_Ele/make_surch_offi.py
 MAKE_CAPY_OFFI  | build  | 11-04 | Lecture_Cata_Ele/make_capy_offi.py
 #
-REPOUT         | exec    | 11-04 | /local/chris/ASTER/instals/outils
-REPMAT         | exec    | 02-05 | /local/chris/ASTER/instals/NEW9/materiau
-REPDEX         | exec    | 02-05 | /local/chris/ASTER/instals/NEW9/datg
+REPOUT         | exec    | 11-04 | /local/cchris/Aster/V10.3/aster/outils
+REPMAT         | exec    | 02-05 | /local/cchris/Aster/V10.3/aster/STA10.3/materiau
+REPDEX         | exec    | 02-05 | /local/cchris/Aster/V10.3/aster/STA10.3/datg
 #
 SUPERV         | exec    | 03-02 | Accas
 SUPERV         | exec    | 03-02 | Build
+SUPERV         | exec    | 03-02 | Comportement
 SUPERV         | exec    | 03-02 | Execution
+SUPERV         | exec    | 03-02 | Intranet
 SUPERV         | exec    | 03-02 | Macro
-SUPERV         | exec    | 03-02 | Messages
+SUPERV         | exec    | 12-06 | Meidee
+SUPERV         | exec    | 09-06 | Messages
 SUPERV         | exec    | 03-02 | Noyau
-SUPERV         | exec    | 03-02 | Stanley
+SUPERV         | exec    | 05-04 | Outils
+SUPERV         | exec    | 01-07 | SD
+SUPERV         | exec    | 01-03 | Stanley
 SUPERV         | exec    | 03-02 | Utilitai
 SUPERV         | exec    | 03-02 | Validation
 #
 GZIP           | tool    | ?     | ?GZIP?
-CRP            | tool    | ?     | /local/chris/ASTER/instals/outils/CRPCRS/crp_aster.sh
-CRS            | tool    | ?     | /local/chris/ASTER/instals/outils/CRPCRS/crs.sh
 #
 I18N           | i18n    | -     | 
+