Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
hpc:tutorials:singularity:start [2024/04/19 14:01] jan.ehpc:tutorials:singularity:start [2024/04/23 13:31] (aktuell) jan.e
Zeile 2: Zeile 2:
  
 === Index === === Index ===
 +
 {{indexmenu>:hpc:tutorials:singularity>|js#thread navbar max#5#4 msort tsort noscroll skipfile=/:start$/ nons}} {{indexmenu>:hpc:tutorials:singularity>|js#thread navbar max#5#4 msort tsort noscroll skipfile=/:start$/ nons}}
 +
 +=== Introduction ===
 +
 +Singularity is a container platform. It allows you to create and run containers that package up pieces of software in a way that is portable and reproducible. You can build a container using Singularity on your laptop, and then run it on many of the largest HPC clusters in the world, local university or company clusters, a single server, in the cloud, or on a workstation down the hall. Your container is a single file, and you don’t have to worry about how to install all the software you need on each different operating system and system.[(https://docs.sylabs.io/guides/3.5/user-guide/introduction.html)]