#----------------------------------*-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 # . # # 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 #------------------------------------------------------------------------------