- support prefs.compiler with better possibilities to provide overload values STYLE: reduce code for WM_ARCH_OPTION (seldom-used)
33 lines
1.2 KiB
Tcsh
33 lines
1.2 KiB
Tcsh
#----------------------------------*-sh-*--------------------------------------
|
|
# ========= |
|
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
# \\ / O peration |
|
|
# \\ / A nd | www.openfoam.com
|
|
# \\/ M anipulation |
|
|
#------------------------------------------------------------------------------
|
|
# Copyright (C) 2011-2016 OpenFOAM Foundation
|
|
#------------------------------------------------------------------------------
|
|
# License
|
|
# This file is part of OpenFOAM, licensed under GNU General Public License
|
|
# <http://www.gnu.org/licenses/>.
|
|
#
|
|
# File
|
|
# config.csh/example/prefs.csh
|
|
#
|
|
# Description
|
|
# Example of preset variables for configuring OpenFOAM (C-shell)
|
|
#
|
|
# Copy to OpenFOAM-*/etc (or ~/.OpenFOAM) and it will be sourced by
|
|
# OpenFOAM-*/etc/cshrc
|
|
#
|
|
# See also
|
|
# 'foamEtcFile -help' or 'foamEtcFile -list' for the paths searched
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
setenv WM_COMPILER_TYPE ThirdParty
|
|
setenv WM_COMPILER Clang
|
|
setenv WM_MPLIB SYSTEMOPENMPI
|
|
|
|
#------------------------------------------------------------------------------
|