25 lines
920 B
Bash
25 lines
920 B
Bash
#----------------------------------*-sh-*--------------------------------------
|
|
# ========= |
|
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
# \\ / O peration |
|
|
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
|
|
# \\/ M anipulation |
|
|
#------------------------------------------------------------------------------
|
|
# License
|
|
# This file is part of OpenFOAM, licensed under GNU General Public License
|
|
# <http://www.gnu.org/licenses/>.
|
|
#
|
|
# File
|
|
# config.csh/example/openmpi
|
|
#
|
|
# Description
|
|
# Example of fine tuning openmpi settings for OpenFOAM
|
|
# Sourced from OpenFOAM-<VERSION>/etc/config.csh/settings
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Modified openmpi settings
|
|
setenv FOAM_MPI openmpi-3.0.0
|
|
|
|
#------------------------------------------------------------------------------
|