# Configuration file
# $Id: config.txt,v 2.4 2004/01/06 14:20:12 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    | ?   | -lfpe
BIBL | med    | 2.1 | OPT_MED
BIBL | hdf    | 5.1 | OPT_HDF
BIBL | blas   | ?   | OPT_BLAS
#BIBL | blas   | ?   | /usr/lib64/libcomplib.sgimath.so
BIBL | tcl    | 8.3 | OPT_TCL
BIBL | tk     | 8.3 | OPT_TK
BIBL | X11    | ?   | OPT_X11
BIBL | sys    | ?   | -lm
#
INCL | python | 2.1 | -IHOME_PYTHON/include/pythonPYTHON_VERSION -IHDF_DIR/include
#
PYTHON | python | 2.1 | HOME_PYTHON/bin/PYTHON_BIN
#
LINK | link | ? | HOME_F90/f90
#
OPTL | f90    | ?   | -v -64 -mips4
#
CC | cc | ? | HOME_CC/cc
#
OPTC_D | cc   | ?   | -c -g -64 -xansi -DIRIX -DIRIX_64
OPTC_O | cc   | ?   | -c    -64 -xansi -DIRIX -DIRIX_64
#
F77 | f77 | ? | HOME_F90/f90
#
OPTF_D | f90  | ?   | -c -g  -DEBUG:trap_unitialized=ON -64 -i8 -G0
OPTF_O | f90  | ?   | -c -g3 -OPT:roundoff=0:cray_ivdep=TRUE:Olimit=0 -mips4 -64 -i8 -r10000 -G0
#
G77_AGLA | g77  | ?   | g77         
#
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
