#========================================================
#  Setup file for Code_Saturne installation
#========================================================
#
#--------------------------------------------------------
# Download packages
#--------------------------------------------------------
download  yes
#
#--------------------------------------------------------
# Language
#    default: "en" english
#    others:  "fr" french
#--------------------------------------------------------
language  en
#
#--------------------------------------------------------
# Install Code_Saturne with debugging symbols
#--------------------------------------------------------
debug     no
#
#--------------------------------------------------------
# Installation directory
#--------------------------------------------------------
prefix    ~/opt
#
#--------------------------------------------------------
# Architecture Name
#--------------------------------------------------------
use_arch  no
arch
#
#--------------------------------------------------------
# C++ compiler
#--------------------------------------------------------
compCxx
#
#--------------------------------------------------------
# C compiler
#--------------------------------------------------------
compC
#
#--------------------------------------------------------
# Fortran compiler
#--------------------------------------------------------
compF
#
#--------------------------------------------------------
# MPI wrapper for C compiler
#--------------------------------------------------------
mpiCompC
#
#--------------------------------------------------------
# Disable Graphical user Interface
#--------------------------------------------------------
disable_gui  no
#
#--------------------------------------------------------
# Disable frontend (also disables GUI)
#--------------------------------------------------------
disable_frontend  no
#
#--------------------------------------------------------
# Python is required to launch the Graphical User
# Interface and to use Code_Saturne scripts.
#
# for Graphical User Interface, PyQt 4 support
# must be available.
#
# It is highly recommended to use the Python provided
# by the distribution and to install PyQt through
# the package manager if needed.
#
# If you need to provide your own Python, just set
# the following variable to the Python interpreter.
#--------------------------------------------------------
python
#
#--------------------------------------------------------
# BLAS For hardware-optimized Basic Linear Algebra
# Subroutines. If no system BLAS is used, one reverts
# to an internal BLAS emulation, which may be somewhat
# slower.
#
# ATLAS (or another BLAS) should be available for most
# platforms through the package manager. If using the
# Intel or IBM compilers, IMKL or ESSL may be used in
# place of ATLAS respectively.
# For a fine-tuning of BLAS library support, it may
# be necessary to install Code_Saturne Kernel manually.
#--------------------------------------------------------
blas
#
#--------------------------------------------------------
# Metis is more rarely found in Linux distributions,
# but may already be installed on massively parallel
# machines and on clusters. For good parallel
# performance, is recommended.
#
# Scotch can be use as an alternative.
#
# If both are present, SCOTCH will be the default.
# If none are present, a space-filling-curve algorithm
# will be used.
#--------------------------------------------------------
metis
scotch
#
#--------------------------------------------------------
# Optional packages:
# ------------------
#
# MED / HDF5  For MED file format support
#             (used by SALOME and now by Gmsh)
#
# CGNS        For CGNS file support
#             (used by many meshers)
#
# Open MPI (or MPICH2)
#
#   For Linux workstations, MPI, HDF5, CGNS, and even MED
# packages may be available through the package manager.
# HDF5 is also often available on large systems such as
# IBM Blue Gene or Cray XT/XE/XK.
#
#   To install CGNS, the CMake configuration/installation
# is required (it is available in most Linux
# distributions)
#
#   For massively parallel architectures, it is
# recommended to use the system's default MPI library.
#
#   Libxml2 is needed to read xml files output by the
# Graphical User Interface.
#--------------------------------------------------------
#
#  Name    Path    Use   Install
#
cgns       None    yes   yes
hdf5       None    yes   yes
med        None    yes   yes
mpi        None    yes   yes
libxml2    None    auto  no
#
#========================================================
