Sign inSign up

openeuler/slurm

Sponsored OSS

By openeuler

Updated 4 months ago

Image
0

4.0K

openeuler/slurm repository overview

Quick reference

Slurm | openEuler

Slurm Workload Manager is a free and open-source cluster resource management and job scheduling system, used by many of the world's supercomputers and computer clusters. It provides three key functions:

  • Allocating exclusive and/or non-exclusive access to resources (compute nodes) to users for some duration of time.
  • Providing a framework for starting, executing, and monitoring work (normally a parallel job) on the set of allocated nodes.
  • Arbitrating conflicting requests for resources by managing a queue of pending work. Learn more at Slurm.

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

TagsCurrentlyArchitectures
26-05-1-1-oe2403sp4slurm 26-05-1-1 on openEuler 24.03-LTS-SP4amd64, arm64
26-05-1-1-oe2403sp3slurm 26-05-1-1 on openEuler 24.03-LTS-SP3amd64, arm64
25.11.6-oe2403sp3slurm 25.11.6 on openEuler 24.03-LTS-SP3amd64, arm64

Usage

  • Ensure that you have Docker installed, or are using Docker for Linux containers if on Windows.
  • Obtain the Slurm docker image from DockerHub: docker pull openeuler/slurm:{Tag}
  • Run the Docker container to launch the Slurm environment. docker run -it openeuler/slurm:{Tag}
  • Verify the installation inside the container: slurm --version

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:eb8144173

Size

1.1 GB

Last updated

4 months ago

docker pull openeuler/slurm

This week's pulls

Pulls:

6

Last week