Giter Club home page Giter Club logo

hpc-containers's Introduction

Containers for High Performance Computing

An introduction to Singularity and containers.

Research Software Engineering, University of Cambridge

What are containers?

Containers wrap up a piece of software in a complete file system that contains everything it needs to run: code, runtime, system tools, system libraries โ€“ anything you can install on a server. This guarantees that a container will always run the same, regardless of the environment it is deployed. Containers, especially Docker, has been promoted as a critical tool for reproducible research. In the past few years, there has been an increased adoption of container technologies such as Docker, Kubernetes and Singularity.

Containers for research reproducibility

Reproducible research has been receiving an increasing level of attention throughout universities and research laboratories. There has been a gradual adoption of open source tools and open standards in research, which facilitates research collaboration and enables reproducibility. However, as the complexity of research tools increases, the development environment and dependencies are critical for reproducibility.

Traditionally, research communities conduct large-scale simulations and data analysis on HPC clusters. These clusters are typically set-up on slightly different configuration of hardware, operating system and software. Trying to recreate an environment to re-run code exactly as it was executed on another cluster is beyond the abilities, free time, and account privileges of most researchers who may want to try to reproduce the results. Often times it is also impossible for HPC managers to install new libraries, and support an array of research tools and libraries required by an ever increasing diverse research communities. Ability to run containers on HPC clusters will enable researchers and HPC administrators alike to facilitate reproducible research on large-scale clusters, which was never been possible in the past.

hpc-containers's People

Contributors

kks32 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hpc-containers's Issues

Contents

Trying to map out a list of contents, so each item could be an issue.

TOC

  • What are containers
  • An introduction to Docker (do we need this?)
  • An introduction to Singularity (http://singularity.lbl.gov/user-guide)
  • Running Singularity containers in HPC
  • Creating Singularity Images
    • Building a Singularity image from scratch
    • Converting a docker image to singularity image
    • Singularity example (non-mpi)
    • Singularity example (mpi)
    • Singularity example (gpu)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.