#--------------------------------------------------------
# Architecture Name
#--------------------------------------------------------
#nom_arch  Linux     <- for specific architecture
#nom_arch            <- leave empty for automatic default
#                       value (based on uname)
nom_arch Linux_x86_64
#
#
#--------------------------------------------------------
# C compiler                                             
#--------------------------------------------------------
#compC /home/toto/gcc-x.y.z/gcc <- for specific the  
#                                  compiler
#compC  gcc                     <- leave gcc for 
#                                  automatic default
compC   gcc
#
# Specific options for compiler  
# specific_inc= specific_inc= -I /myinclude/inc -I /myinclude2/inc
# specific_lib= -L /mylib/lib1 -L /mylib/lib2 
# specific_debug= -g
# specific_option= -D _SYRTHES_MPI_IO_
# 
# 
# 
# 
#
#
#
#--------------------------------------------------------
# SYRTHES4 - kernel - sequential version
#--------------------------------------------------------
# Answer by yes or no
#
#
#
#--------------------------------------------------------
# SYRTHES4 - tools for meshes and results conversions
#--------------------------------------------------------
# Choose your type of installation and answer by yes or no
#
# for MED format conversion : choose to istall or the path to the libraries
#
#
hdf5   USE=yes  PATH=/home/hsemai/Syrthes4.0/syrthes4.0.12/extern-libraries/opt/hdf5-1.8.7/arch/Linux_x86_64
#
#
#
#
med   USE=yes  PATH=/home/hsemai/Syrthes4.0/syrthes4.0.12/extern-libraries/opt/med-3.0.3/arch/Linux_x86_64
#
#
syrthesconvert    INSTALL=yes
#
syrthesensight    INSTALL=yes
#
syrthesmed    INSTALL=yes
#
#--------------------------------------------------------
# SYRTHES4 - parall version (optional)
#--------------------------------------------------------
#
#
mpi   USE=yes  PATH=/home/hsemai/Syrthes4.0/syrthes4.0.12/extern-libraries/opt/openmpi-1.4.3/arch/Linux_x86_64
#
#
#
#
metis   USE=yes  PATH=/home/hsemai/Syrthes4.0/syrthes4.0.12/extern-libraries/opt/metis-5.0.2/arch/Linux_x86_64
#
#
#
#
scotch   USE=yes  PATH=/home/syrthes/nd/syrthes4.0/syrthes4.0.1/extern-libraries/src/scotch_5.1.12b/arch/my_arch
#
#
syrthespp    INSTALL=yes
#
syrthesmpi    INSTALL=yes
#
syrthespost    INSTALL=yes
#
#--------------------------------------------------------
# Optional extern libraries
#--------------------------------------------------------
#
# BLAS Linear algebra library
blas  USE=no
#blas USE=yes INSTALL=yes
#blas USE=yes PATH=/home/...
#
#--------------------------------------------------------
# SYRTHES for coupling with Code-Saturne (optional)
#--------------------------------------------------------
# Warning : MPI installation must be defined before
#
syrthescfd    INSTALL=yes
#
