#----------------------------------*-sh-*-------------------------------------- # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | www.openfoam.com # \\/ M anipulation | #------------------------------------------------------------------------------ # Copyright (C) 2011-2016 OpenFOAM Foundation # Copyright (C) 2020 OpenCFD Ltd. #------------------------------------------------------------------------------ # License # This file is part of OpenFOAM, distributed under GPL-3.0-or-later. # # File # config.csh/example/prefs.openmpi # # Description # Tuning example for openmpi (C-shell) # # Copy to etc/config.csh (or ~/.OpenFOAM/config.csh) and it will be # sourced by OpenFOAM-*/etc/config.csh/mpi # #------------------------------------------------------------------------------ setenv FOAM_MPI openmpi-4.0.5 #------------------------------------------------------------------------------