...
Documentation: https://seissol.readthedocs.io/en/latest/
Build
The master branch should work for all the example scenarios listed below. But in case you face some unexpected trouble with the master branch with any of the tasks/scenarios listed below, try v1.3.0, which should be a stable version.
Building SeisSol
The list of necessary dependencies to install and compile can be found under https://seissol.readthedocs.io/en/latest/compiling-seissol.html (NOTE: the installation in the home directory, as described there, is outdated. We suggest setting an environment variable SEISSOL_PREFIX
to a local location and then setting -DCMAKE_INSTALL_PREFIX=$SEISSOL_PREFIX
in CMake for all the dependencies installation.). In particular, you will need to install:
...