Sign inSign up

openeuler/rhmc

Sponsored OSS

By openeuler

Updated 2 days ago

Image
0

238

openeuler/rhmc repository overview

Quick reference

RHMC | 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

TagsCurrentlyArchitectures
1.2.0-oe2403sp4SIMULATeQCD 1.2.0 on openEuler 24.03-LTS-SP4amd64, arm64

Usage

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
    

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:17a0e06a4

Size

5.4 GB

Last updated

2 days ago

docker pull openeuler/rhmc