Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
hpc:tutorials:fs:start [2024/04/19 13:16] – angelegt jan.ehpc:tutorials:fs:start [2024/04/23 13:33] (aktuell) jan.e
Zeile 1: Zeile 1:
 ===== File System ===== ===== File System =====
-{{indexmenu>:hpc:tutorials:fs>|js#thread navbar max#5#4 msort tsort noscroll}} 
  
 +=== Index ===
 +{{indexmenu>:hpc:tutorials:fs>|js#thread navbar max#5#4 msort tsort noscroll skipfile=/:start$/}}
 +
 +=== Introduction ===
 +[[https://www.beegfs.io|BeeGFS]] is a parallel file system that we use on our cluster. The user home directories and the /scratch directory are stored there. A parallel file system allows you to access your files on all nodes simultaneously and transparently, as if it was local storage. If you access a different node (e.g. srun --time=1:00:00 --pty /bin/bash) you will still be able to access your home directory.