openfoam/etc/config.csh/example/openmpi
2019-10-31 14:48:44 +00:00

26 lines
1006 B
Bash

#----------------------------------*-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/openmpi
# - sourced by OpenFOAM-*/etc/config.csh/mpi
#
# Description
# Example of fine tuning openmpi settings for OpenFOAM
#
#------------------------------------------------------------------------------
setenv FOAM_MPI openmpi-3.0.0
#------------------------------------------------------------------------------