Skip to content

Workflows for running earthquake simulations using the SeisSol software package.

License

Notifications You must be signed in to change notification settings

ivotron/seissol-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeisSol Workflows

This repository contains a list of Github Action workflows showcasing how to execute earthquake simulations using the SeisSol framework. SeisSol is a software package for simulating wave propagation and dynamic rupture based on the arbitrary high-order accurate derivative discontinuous Galerkin method (ADER-DG). For more on SeisSol, visit the official website.

This repository contains multiple workflows in the workflows/ folder that showcase how to execute:

  1. A SCEC benchmark (workflows/tpv33).
  2. The SCC18 challenge workflow (workflows/scc18).
  3. The same SCC18 challenge workflow as above, but on environments where a container runtime is not available (workflows/scc18-containerless).

The first two workflows run in a container runtime (Docker, Singularity, etc.), while the third runs directly on the host. These workflows can be executed with the Popper CLI tool. For example:

git clone --recursive https://github.com/popperized/seissol-workflows

cd seissol-workflows/workflows/tpv33

popper run

For more information on each workflow, take a look at the README file in each subfolder.

About

Workflows for running earthquake simulations using the SeisSol software package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published