Installation Requirements
This is a list of required software for running SHEMAT-Suite. After you fulfilled these requirements, you can checkout the source code or proceed with compilation.
Compilation of SHEMAT-Suite
-
hdf5 1.10.4
: https://www.hdfgroup.org/downloads/hdf5/source-code/ Important for output. -
gmake
: Make a soft link fromgmake
tomake
sudo ln -s /usr/bin/make /usr/bin/gmake
-
util-linux
: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/ (for the commandrename
) -
cmake
: https://cmake.org/install/ -
gfortran
: https://gcc.gnu.org/wiki/GFortranDistros, https://gcc.gnu.org/wiki/GFortranBinaries#GNU.2BAC8-Linux -
blas
,lapack
: https://www.netlib.org/blas/, http://performance.netlib.org/lapack/,- Ubuntu installation
sudo apt-get install libblas-dev
,sudo apt-get install liblapack-dev
- Ubuntu installation
Generating documentation
Link to the wikipage for doxygen generation: Doxygen
-
doxygen 1.8.5
: http://www.doxygen.nl/manual/install.html#install_src_unix
SHEMAT-Suite_Models-open
Link to the open test model suite: SHEMAT-Suite_Models-open
-
python 3.7.3
: https://www.python.org/downloads/