Sign inSign up

openeuler/espresso

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.0K

openeuler/espresso repository overview

Quick reference

ESPResSo | openEuler

ESPResSo is a highly versatile software package for performing and analyzing scientific Molecular Dynamics many-particle simulations of "coarse-grained" bead-spring models as they are used in soft-matter research in physics, chemistry and molecular biology. It can be used to simulate systems as for example polymers, liquid crystals, colloids, ferrofluids and biological systems such as DNA and lipid membranes.

The tag of each espresso docker image is consist of the version of espresso and the version of basic image. The details are as follows

TagCurrentlyArchitectures
5.0.0-oe2403sp4ESPResSo 5.0.0 on openEuler 24.03-LTS-SP4amd64, arm64
5.0.0-oe2403sp3ESPResSo 5.0.0 on openEuler 24.03-LTS-SP3amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openeuler/espresso image from docker

    docker pull openeuler/espresso:{Tag}
    
  • Start a espresso instance

    docker run -it --rm openeuler/espresso:{Tag}
    
  • Running Python Scripts

    ESPResSo is controlled via Python scripts. You can run simulation scripts as follows:

    docker run -it --rm -v /path/to/your/script.py:/script.py openeuler/espresso:{Tag} ./pypresso /script.py
    
  • Running in Parallel (MPI)

    For parallel simulations with MPI, use the following command:

    docker run -it --rm openeuler/espresso:{Tag} mpirun --allow-run-as-root -np 4 ./pypresso script.py
    

    Where 4 is the number of CPU cores to be used.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:40faca617

Size

822.4 MB

Last updated

2 months ago

docker pull openeuler/espresso

This week's pulls

Pulls:

7

Last week