All Projects → hpcng → Singularity

hpcng / Singularity

Licence: other
Singularity: Application containers for Linux

Programming Languages

go
31211 projects - #10 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Singularity

dicom-containers
singularity and Docker containers to easily get started with common dicom tools
Stars: ✭ 18 (-99.21%)
Mutual labels:  container, singularity, singularity-container
CARE
CHAI and RAJA provide an excellent base on which to build portable codes. CARE expands that functionality, adding new features such as loop fusion capability and a portable interface for many numerical algorithms. It provides all the basics for anyone wanting to write portable code.
Stars: ✭ 22 (-99.04%)
Mutual labels:  hpc, portable, portability
Singularity-tutorial
Singularity 101
Stars: ✭ 31 (-98.65%)
Mutual labels:  hpc, singularity, rootless-containers
expfactory
software to generate a reproducible container with a battery of experiments
Stars: ✭ 29 (-98.73%)
Mutual labels:  reproducible, container, singularity
Singularity Cri
The Singularity implementation of the Kubernetes Container Runtime Interface
Stars: ✭ 97 (-95.76%)
Mutual labels:  hpc, containers
Nextflow
A DSL for data-driven computational pipelines
Stars: ✭ 1,337 (-41.62%)
Mutual labels:  reproducible-science, hpc
Lastbackend
System for containerized apps management. From build to scaling.
Stars: ✭ 1,536 (-32.93%)
Mutual labels:  containers, container
Core
parallel finite element unstructured meshes
Stars: ✭ 124 (-94.59%)
Mutual labels:  parallel, hpc
Awesome Cloud Native
A curated list for awesome cloud native tools, software and tutorials. - https://jimmysong.io/awesome-cloud-native/
Stars: ✭ 1,157 (-49.48%)
Mutual labels:  cloud-native, containers
Ignite
Ignite a Firecracker microVM
Stars: ✭ 1,954 (-14.67%)
Mutual labels:  cloud-native, containers
Inclavare Containers
A novel container runtime, aka confidential container, for cloud-native confidential computing and enclave runtime ecosystem.
Stars: ✭ 173 (-92.45%)
Mutual labels:  cloud-native, container
Docker
Directus Docker — The Official Docker Container for the Directus Suite
Stars: ✭ 93 (-95.94%)
Mutual labels:  containers, container
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-96.16%)
Mutual labels:  containers, container
Criu
Checkpoint/Restore tool
Stars: ✭ 1,389 (-39.34%)
Mutual labels:  containers, container
Common Workflow Language
Repository for the CWL standards. Use https://cwl.discourse.group/ for support 😊
Stars: ✭ 1,222 (-46.64%)
Mutual labels:  science, containers
Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-94.59%)
Mutual labels:  reproducible-science, containers
Docker Wordpress
WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux
Stars: ✭ 148 (-93.54%)
Mutual labels:  containers, container
Core
Eru, a simple, stateless, flexible, production-ready orchestrator designed to easily integrate into existing workflows. Can run any virtualization things in long or short time.
Stars: ✭ 147 (-93.58%)
Mutual labels:  containers, container
Future.apply
🚀 R package: future.apply - Apply Function to Elements in Parallel using Futures
Stars: ✭ 159 (-93.06%)
Mutual labels:  parallel, hpc
Hpcinfo
Information about many aspects of high-performance computing. Wiki content moved to ~/docs.
Stars: ✭ 171 (-92.53%)
Mutual labels:  parallel, hpc

Singularity

IMPORTANT NOTE: Singularity is being renamed to Apptainer. This repository is now only for maintaining the 3.8 series and archiving the history. Submit all current issues and pull requests to https://github.com/apptainer/apptainer.

CI

What is Singularity?

Singularity is an open source container platform designed to be simple, fast, and secure. Many container platforms are available, but Singularity is designed for ease-of-use on shared systems and in high performance computing (HPC) environments. It features:

  • An immutable single-file container image format, supporting cryptographic signatures and encryption.
  • Integration over isolation by default. Easily make use of GPUs, high speed networks, parallel filesystems on a cluster or server.
  • Mobility of compute. The single file SIF container format is easy to transport and share.
  • A simple, effective security model. You are the same user inside a container as outside, and cannot gain additional privilege on the host system by default.

Singularity is open source software, distributed under the BSD License.

Check out talks about Singularity and some use cases of Singularity on our website.

Getting Started with Singularity

To install Singularity from source, see the installation instructions. For other installation options, see our guide.

System administrators can learn how to configure Singularity, and get an overview of its architecture and security features in the administrator guide.

For users, see the user guide for details on how to run and build containers with Singularity.

Contributing to Singularity

Community contributions are always greatly appreciated. To start developing Singularity, check out the guidelines for contributing.

Please note we have a code of conduct. Please follow it in all your interactions with the project members and users.

Our roadmap, other documents, and user/developer meeting information can be found in the singularity community page.

We also welcome contributions to our user guide and admin guide.

Support

To get help with Singularity, check out the Singularity Help web page.

Go Version Compatibility

Singularity aims to maintain support for the two most recent stable versions of Go. This corresponds to the Go Release Maintenance Policy and Security Policy, ensuring critical bug fixes and security patches are available for all supported language versions.

Citing Singularity

The Singularity software may be cited using our Zenodo DOI 10.5281/zenodo.1310023:

Singularity Developers (2021) Singularity. 10.5281/zenodo.1310023 https://doi.org/10.5281/zenodo.1310023

This is an 'all versions' DOI for referencing Singularity in a manner that is not version-specific. You may wish to reference the particular version of Singularity used in your work. Zenodo creates a unique DOI for each release, and these can be found in the 'Versions' sidebar on the Zenodo record page.

Please also consider citing the original publication describing Singularity:

Kurtzer GM, Sochat V, Bauer MW (2017) Singularity: Scientific containers for mobility of compute. PLoS ONE 12(5): e0177459. https://doi.org/10.1371/journal.pone.0177459

License

Unless otherwise noted, this project is licensed under a 3-clause BSD license found in the license file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].