The official SeisSol docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
SeisSol is a scientific software for the numerical simulation of seismic wave phenomena and earthquake dynamics. It is based on the discontinuous Galerkin method combined with ADER time discretization.
The tag of each SeisSol docker image is consist of the version of SeisSol and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 202103.Sumatra-oe2403sp4 | seissol 202103.Sumatra on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 202103.Sumatra-oe2403sp3 | seissol 202103.Sumatra on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 1.3.2-oe2403sp3 | SeisSol 1.3.2 on openEuler 24.03-lts-sp3 | amd64, arm64 |
Run a SeisSol simulation with mpirun:
docker run --rm -v /path/to/input:/data openeuler/seissol:{Tag} SeisSol input.par
Run with a specific number of MPI processes:
docker run --rm -v /path/to/input:/data openeuler/seissol:{Tag} -np 4 SeisSol input.par
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:96ceec17f…
Size
210.5 MB
Last updated
2 months ago
docker pull openeuler/seissolPulls:
5
Last week