#
Scripts for building third-party packages.
- makeGcc (recommended if the system gcc is < 4.8)
- Allwmake (Builds OpenMPI, Scotch etc.)
- makeCmake (if the system cmake version is < 3.3.0)
- makeParaView
- AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)
- Allclean (Only required to save disk space)
The minimum version of gcc required is 4.8.0
- gcc https://gcc.gnu.org/releases.html
- gmp https://gmplib.org/ https://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2
- mpfr https://www.mpfr.org/ https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.bz2
- mpc http://www.multiprecision.org/ https://ftp.gnu.org/gnu/mpc/mpc-1.0.1.tar.gz
Scotch-6.0.9 is provided with ThirdParty-8 or the original source pack may be obtained from:
If the system cmake version is < 3.3.0 you will need to download and build a recent version:
- cmake https://www.cmake.org/files/v3.9/cmake-3.9.0.tar.gz
- ParaView-5.6.3 http://www.paraview.org/files/v5.6/ParaView-v5.6.3.tar.gz
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