HPC Software: Difference between revisions
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== Containers == | == Containers == | ||
apptainer (formerly singularity) | [https://apptainer.org/docs/ apptainer] (formerly singularity) | ||
== Editors == | == Editors == | ||
| Line 8: | Line 8: | ||
== Shells == | == Shells == | ||
bash | [https://www.gnu.org/software/bash/bash.html bash] - Bourne Again SHell, GNU shell | ||
[https://www.tcsh.org/ tcsh] - | |||
[https://www.zsh.org/ zsh] - Shell | |||
zsh | |||
== System Monitoring == | == System Monitoring == | ||
Revision as of 10:33, 6 July 2023
Containers
apptainer (formerly singularity)
Editors
emacs - Screen-based text editor
vim - Screen-based text editor
Shells
bash - Bourne Again SHell, GNU shell
tcsh -
zsh - Shell
System Monitoring
atop - ASCII full-screen performance monitor
htop - Interactive process viewer
top -
Terminal Multiplexers
screen - terminal multiplexer
tmux - terminal multiplexer
Version Control
git - Version Control Sytem