rajkmsaini / ThirdParty-11

OpenFOAM-11 third-party library compilation scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenFOAM-11 Third-Party packages

#

Description

Scripts for building third-party packages.

Order of execution:

  • makeGcc (recommended if the system gcc is < 5.4)
  • Allwmake (Builds OpenMPI, Scotch, Zoltan etc.)
  • makeCmake (if the system cmake version is < 3.3.0)
  • makeParaView

Optional

  • Allclean (Only required to save disk space)

Versions and locations to download the third party packages

Gcc C++ Compiler

The minimum version of gcc required is 5.4.0

Parallel Processing

Scotch

Scotch-6.0.9 is provided with ThirdParty-11 or the original source pack may be obtained from:

OpenMPI
Zoltan

ParaView

If the system cmake version is < 3.3.0 you will need to download and build a recent version:

is downloaded automatically and compiles without modification. ParaView is compiled by running the makeParaView script, i.e.

  • ./makeParaView

Expect ParaView to take a long time to compile, typically several hours on a desktop computer. Following compilation, update the environment by sourcing the .bashrc (or .cshrc) file or by typing

  • wmRefresh

About

OpenFOAM-11 third-party library compilation scripts

License:GNU Lesser General Public License v3.0


Languages

Language:C 84.4%Language:TeX 11.5%Language:Makefile 1.6%Language:Shell 0.9%Language:Roff 0.7%Language:Yacc 0.4%Language:PostScript 0.2%Language:Lex 0.1%Language:Fortran 0.1%Language:Batchfile 0.0%