The official RHMC (SIMULATeQCD) docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current RHMC docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
SIMULATeQCD is a C++ lattice QCD software package based on NVIDIA CUDA (and partially AMD HIP) for high-performance computing. It provides tools for generating gauge configurations and performing measurements in lattice QCD simulations.
Learn more on SIMULATeQCD GitHub.
The tag of each rhmc docker image is consist of the version of rhmc and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 1.2.0-oe2403sp4 | SIMULATeQCD 1.2.0 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/rhmc image from docker
docker pull openeuler/rhmc:{Tag}
Run a container with GPU support (requires NVIDIA Container Toolkit)
docker run --gpus all -it --rm openeuler/rhmc:{Tag}
View container running logs
docker logs -f my-rhmc
To get an interactive shell
docker exec -it my-rhmc /bin/bash
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:17a0e06a4…
Size
5.4 GB
Last updated
2 days ago
docker pull openeuler/rhmc