mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
26 lines
987 B
Bash
26 lines
987 B
Bash
#----------------------------------*-sh-*--------------------------------------
|
|
# ========= |
|
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
# \\ / O peration |
|
|
# \\ / A nd |
|
|
# \\/ 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.sh/example/openmpi
|
|
# - sourced by OpenFOAM-*/etc/config.sh/mpi
|
|
#
|
|
# Description
|
|
# Example of fine tuning openmpi settings for OpenFOAM
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
export FOAM_MPI=openmpi-3.0.0
|
|
|
|
#------------------------------------------------------------------------------
|