Skip to content
Snippets Groups Projects
Select Git revision
  • f6d43f3bd8f9e4274adde69084b8074c519e4a1f
  • main default protected
  • archer
  • llvm13
4 results

must-containers

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    .gitlab-ci.yml
    Dockerfile
    README.md

    MUST Docker Images

    Provides different MUST docker images.

    Registry

    The registry with all images is available here: https://git-ce.rwth-aachen.de/hpc-public/must-containers/container_registry

    CI: Select Images to Build

    Check .gitlab-ci.yml and update LLVM_VERSION, MUST_VERSION, MPI_FLAVOR accordingly. Currently, only LLVM as compiler is supported.

    Build Image Manually

    docker build -f Dockerfile -t my_image_tag \
           --build-arg MPI_FLAVOR=${MPI_FLAVOR} \
           --build-arg LLVM_VERSION=${LLVM_VERSION} \ 
           --build-arg MUST_VERSION=${MUST_VERSION} .