#========================================================
# Setup file for Code_Saturne installation
#========================================================
#
#--------------------------------------------------------
# Download packages ?
#--------------------------------------------------------
download  no
#
#--------------------------------------------------------
# Language
#   default: "en" english
#   others:  "fr" french
#--------------------------------------------------------
language  en
#
#--------------------------------------------------------
# Install Code_Saturne with debugging symbols
#--------------------------------------------------------
debug     no
#
#--------------------------------------------------------
# Installation directory
#--------------------------------------------------------
prefix    /opt/Saturne/Code_Saturne_4.0.0
#
#--------------------------------------------------------
# Optional architecture Name (installation subdirectory)
#--------------------------------------------------------
use_arch  no
arch      Linux_x86_64
#
#--------------------------------------------------------
# C compiler and optional MPI wrapper
#--------------------------------------------------------
compC     /usr/bin/cc
mpiCompC  auto
#
#--------------------------------------------------------
# Fortran compiler
#--------------------------------------------------------
compF
#
#--------------------------------------------------------
# C++ compiler and MPI wrapper for optional packages
#
# Required only for static builds using the MED library
# or for build of optional modules such as MEDCoupling
# support.
#--------------------------------------------------------
compCxx     /usr/bin/cc
mpiCompCxx  auto
#
#--------------------------------------------------------
# Python interpreter.
#--------------------------------------------------------
python
#
#--------------------------------------------------------
# Disable the Graphical user Interface ?
#--------------------------------------------------------
disable_gui  no
#
#--------------------------------------------------------
# Disable frontend (also disables GUI) ?
# May be useful for debug builds and HPC cluster builds
# installed side-by side with a full build.
#--------------------------------------------------------
disable_frontend  no
#
#--------------------------------------------------------
# Optional SALOME platform install path.
#
# This is the path for the main SALOME directory,
# not the application directory.
#
# If Code_Saturne is built with SALOME support,
# running "code_saturne salome" will launch the
# associated application, containing the CFDSTUDY module.
#--------------------------------------------------------
salome    /opt/Salome/SalomeMeca_2015
#
#--------------------------------------------------------
# Optional packages:
# ------------------
#
#
# MED / HDF5  For MED file format support
#             (used by SALOME and by Gmsh)
#
# CGNS / HDF5 For CGNS file support
#             (used by many meshing tools)
#
# Scotch (includes PT-Scotch) and/or ParMetis
# for parallel partitioning
#
#   For Linux workstations, 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/XC/XK.
#
# Scotch and Pt-Scotch are available in some Linux
# distributtions, but may be built with options
# incompatible with non-threaded Code_Saturne runs.
#
#   To install CGNS or ParMetis, the CMake
# configuration/installation tool is required
# (it is available in most Linux distributions)
#
#   Libxml2 is needed to read XML files output by the
# Graphical User Interface. It is generally available
# through the package manager.
#--------------------------------------------------------
#
#  Name    Use   Install  Path
#
hdf5       yes   no       /opt/Saturne/Code_Saturne_4.0.0/hdf5-1.8.14/arch/Linux_x86_64
cgns       yes   no       /opt/Saturne/Code_Saturne_4.0.0/cgnslib-3.2.1/arch/Linux_x86_64
med        yes   no       /opt/Saturne/Code_Saturne_4.0.0/med-3.0.8/arch/Linux_x86_64
scotch     auto   yes      /opt/Saturne/Code_Saturne_4.0.0/scotch-6.0.4/arch/Linux_x86_64
parmetis   yes   yes      /opt/Saturne/Code_Saturne_4.0.0/parmetis-4.0.3/arch/Linux_x86_64
libxml2    auto  yes      /opt/Saturne/Code_Saturne_4.0.0/libxml2-2.9.2/arch/Linux_x86_64
#
#========================================================
