Singularity (software)

Singularity is a free and open-source computer program that performs operating-system-level virtualization also known as containerization.[4]

Singularity
Original author(s)Gregory Kurtzer (gmk), et al.
Developer(s)Community
Gregory Kurtzer
Stable release
3.8.7 / 17 March 2022; 2 years ago (2022-03-17)[1]
Repository
Written inGo[2]
Operating systemLinux
TypeOperating-system-level virtualization
License3-clause BSD License[3]
Websiteapptainer.org Edit this at Wikidata

One of the main uses of Singularity is to bring containers and reproducibility to scientific computing and the high-performance computing (HPC) world.[5]

The need for reproducibility requires the ability to use containers to move applications from system to system.[6]

Using Singularity containers, developers can work in reproducible environments of their choosing and design, and these complete environments can easily be copied and executed on other platforms.[7]

In 2021 the Singularity open source project split into two projects called Apptainer and SingularityCE.

Usage workflow for Singularity containers

History edit

Singularity began as an open-source project in 2015, when a team of researchers at Lawrence Berkeley National Laboratory, led by Gregory Kurtzer, developed the initial version written in the C programming language and released it[8] under the BSD license.[9]

By the end of 2016, many developers from different research facilities joined forces with the team at Lawrence Berkeley National Laboratory to further the development of Singularity.[10]

Singularity quickly attracted the attention of computing-heavy scientific institutions worldwide:[11]

For two years in a row, in 2016 and 2017, Singularity was recognized by HPCwire editors as "One of five new technologies to watch".[19][20] In 2017 Singularity also won the first place for the category "Best HPC Programming Tool or Technology".[20]

As of 2018, based on the data entered on a voluntary basis in a public registry, Singularity user base was estimated to be greater than 25,000 installations[21] and included users at academic institutions such as Ohio State University and Michigan State University, as well as top HPC centers like Texas Advanced Computing Center, San Diego Supercomputer Center, and Oak Ridge National Laboratory.

In February 2018 the Sylabs[22] company, founded by the Singularity author, was announced [23] to provide commercial support for Singularity. In October of that year Sylabs released version 3.0.0[24] which was a rewrite in the Go programming language.

Apptainer / Singularity split edit

In May 2020 Gregory Kurtzer left Sylabs but retained leadership of the Singularity open source project.[25] In May 2021 Sylabs made a fork of the project[26] and called it SingularityCE.[27][28] In November 2021 the Singularity open source project joined the Linux Foundation[29] and was renamed to Apptainer.[30]

Features edit

Singularity is able to support natively high-performance interconnects, such as InfiniBand[31] and Intel Omni-Path Architecture (OPA).[32]

Similar to the support for InfiniBand and Intel OPA devices, Singularity can support any PCIe-attached device within the compute node, such as graphic accelerators.[33]

Singularity also has native support for Open MPI library by utilizing a hybrid MPI container approach where OpenMPI exists both inside and outside the container.[31]

These features make Singularity increasingly useful in areas such as machine learning, deep learning and most data-intensive workloads where the applications benefit from the high bandwidth and low latency characteristics of these technologies.[34]

Integration edit

HPC systems traditionally already have resource management and job scheduling systems in place, so the container runtime environments must be integrated into the existing system resource manager.

Using other enterprise container solutions like Docker in HPC systems would require modifications to the software.[35] Docker containers can be automatically converted to stand-alone singularity files which can then be submitted to HPC resource managers.[36]

Singularity seamlessly integrates with many resource managers[37] including:

See also edit

References edit

  1. ^ "Releases · apptainer/singularity". github.com. Retrieved 29 June 2022.
  2. ^ "Singularity+GoLang". GitHub. Retrieved 3 December 2021.
  3. ^ "Singularity License". Apptainer.org. Singularity Team. Retrieved 3 December 2021.
  4. ^ "Singularity presentation at FOSDEM 17". archive.fosdem.org.
  5. ^ Kurtzer, Gregory M.; Sochat, Vanessa; Bauer, Michael W. (2017). "Singularity: Scientific Containers for Mobility of Compute". PLOS ONE. 12 (5): e0177459. Bibcode:2017PLoSO..1277459K. doi:10.1371/journal.pone.0177459. PMC 5426675. PMID 28494014.
  6. ^ "Singularity, a container for HPC". admin-magazine.com. 24 April 2016.
  7. ^ "Singularity Manual: Mobility of Compute". Singularity User Guide - Version 2.5.2.
  8. ^ "Sylabs Brings Singularity Containers into Commercial HPC". top500.org.
  9. ^ "Singularity License". singularity.lbl.gov. Singularity Team. 19 March 2018. Retrieved 19 March 2018.
  10. ^ "Changes to the AUTHORS.md file in Singularity source code made in April 2017". GitHub.
  11. ^ "Berkeley Lab's Open-Source Spinoff Serves Science". 7 June 2017.
  12. ^ "XStream online user manual, section on Singularity". xstream.stanford.edu.
  13. ^ "XStream cluster overview". Archived from the original on 24 October 2020. Retrieved 10 April 2018.
  14. ^ "Sherlock: What's New, Containers and Deep Learning Tools". Stanford Research Computing Center.
  15. ^ "NIH HPC online user manual, section on Singularity". hpc.nih.gov.
  16. ^ "NIH HPC Systems". hpc.nih.gov.
  17. ^ "Singularity on the OSG".
  18. ^ "Singularity in CMS: Over a million containers served" (PDF).
  19. ^ "HPCwire Reveals Winners of the 2016 Readers' and Editors' Choice Awards at SC16 Conference in Salt Lake City". HPCwire.
  20. ^ a b "HPCwire Reveals Winners of the 2017 Readers' and Editors' Choice Awards at SC17 Conference in Denver". HPCwire.
  21. ^ "Voluntary registry of Singularity installations".
  22. ^ "Sylabs home page". Retrieved 29 June 2022.
  23. ^ "Sylabs Emerges from Stealth to Bring Singularity Container Technology to Enterprise Performance Computing" (Press release). 8 February 2018. Retrieved 29 June 2022.
  24. ^ "Singularity 3.0.0". GitHub.
  25. ^ "Singularity repository move and company updates". Retrieved 29 June 2022.
  26. ^ "Sylabs fork of Singularity". Retrieved 29 June 2022.
  27. ^ "SingularityCE". Retrieved 30 June 2022.
  28. ^ "SingularityCE". 28 October 2022 – via GitHub.
  29. ^ "Singularity has joined the Linux Foundation!". Retrieved 29 June 2022.
  30. ^ "Apptainer website". Retrieved 15 February 2023.
  31. ^ a b "Intel Advanced Tutorial: HPC Containers & Singularity – Advanced Tutorial – Intel" (PDF).
  32. ^ "Intel Application Note: Building Containers for Intel Omni-Path Fabrics using Docker and Singularity" (PDF).
  33. ^ "Singularity Manual: A GPU example".
  34. ^ Tallent, Nathan R.; Gawande, Nitin; Siegel, Charles; Vishnu, Abhinav; Hoisie, Adolfy (2018). "Evaluating On-Node GPU Interconnects for Deep Learning Workloads". High Performance Computing Systems. Performance Modeling, Benchmarking, and Simulation. Lecture Notes in Computer Science. Vol. 10724. pp. 3–21. doi:10.1007/978-3-319-72971-8_1. ISBN 978-3-319-72970-1. S2CID 1674152.
  35. ^ Jonathan Sparks, Cray Inc. (2017). "HPC Containers in use" (PDF).
  36. ^ "Singularity and Docker". Retrieved 3 December 2021.
  37. ^ "Support on existing traditional HPC".
  38. ^ "HTCondor Stable Release Manual : Singularity Support". Archived from the original on 4 February 2020. Retrieved 4 February 2020.

Further reading edit

External links edit