# Configuration file
# $Id: config.txt,v 1.8 2004/01/06 14:24:40 d6bhhjp Exp $
#
# Fields are separated by a "|" (the space is significative)
#
# Keywords :
#  "LIB "      : archiver
#	"BIBL "     : librairies linked with Code_Aster (with options -L/-l eventually)
#  "INCL "     : C include C for compilation
#  "PYTHON "   : Python binary
#  "LINK "     : loader command
#  "OPTL "     : loader options
#  "CC "       : C compiler command
#  "OPTC_D "   : C compiler options using DEBUG mode
#  "OPTC_O "   : C compiler options using NODEBUG mode
#  "F77 "      : Fortran compiler command
#  "OPTF_D "   : Fortran compiler options using DEBUG mode
#  "OPTF_O "   : Fortran compiler options using NODEBUG mode
#  "G77_AGLA " : used configuration management of EDF version
#  "SUPERV "   : Python modules imported from Aster
#  "ARGPYT "   : supervisor
#  "ARGEXE "   : arguments passed to exec
#
LIB | ar | ? | HOME_AR/ar -rv
#
BIBL | python | 2.1 | HOME_PYTHON/lib/pythonPYTHON_VERSION/config/libpythonPYTHON_VERSION.a
BIBL | fpe    | ?   |  
BIBL | med    | 2.1 | OPT_MED
BIBL | hdf    | 5.1 | OPT_HDF
BIBL | blas   | ?   | OPT_BLAS
#BIBL | blas   | ?   | -lcxml 
BIBL | tcl    | 8.3 | OPT_TCL
BIBL | tk     | 8.3 | OPT_TK
BIBL | X11    | ?   | OPT_X11
BIBL | sys    | ?   | /usr/lib/libots3.a /usr/lib/libpthread.a /usr/lib/libnuma.a /usr/lib/libpset.a  /usr/lib/libmach.a -lUfor -lfor -lFutil -lm -lots -lm_c32 -lmld -lcxml /usr/ccs/lib/cmplrs/cc/libexc.a  
#
INCL | python | 2.1 | -IHOME_PYTHON/include/pythonPYTHON_VERSION -IHDF_DIR/include
#
PYTHON | python | 2.1 | HOME_PYTHON/bin/PYTHON_BIN
#
LINK | link | ? | HOME_CC/cc
#
OPTL | f90    | ?   | -v  
#
CC | cc | ? | HOME_CC/cc
#
OPTC_D | cc   | ?   | -v -c -g  -omp -ansi_alias -ansi_args -DOMP -DTRU64
OPTC_O | cc   | ?   | -v -c -O3 -omp -ansi_alias -ansi_args -DOMP -DTRU64
#
F77 | f77 | ? | HOME_F90/f90
#
OPTF_D | f90  | ?   | -v -c -g    -i8 -r8 -omp                 
OPTF_O | f90  | ?   | -v -c -fast -i8 -r8 -omp                
#
G77_AGLA | g77  | ?   | HOME_F90/f90         
#
SUPERV | exec | 03-2002 | Accas
SUPERV | exec | 03-2002 | Build
SUPERV | exec | 03-2002 | Execution
SUPERV | exec | 03-2002 | Macro
SUPERV | exec | 03-2002 | Noyau
SUPERV | exec | 03-2002 | Stanley
SUPERV | exec | 03-2002 | Utilitai
SUPERV | exec | 03-2002 | Validation
#
ARGPYT | exec | 03-2002 | Execution/E_SUPERV.py
ARGEXE | exec | 03-2002 | -eficas_path ./Eficas
#
GZIP | tool | ? | HOME_GZIP/gzip
CRP  | tool | ? | HOME_CRP/crp_aster.sh 
CRS  | tool | ? | HOME_CRS/crs.sh
