HPC Software: Difference between revisions

From CMU -- Language Technologies Institute -- HPC Wiki
Jump to navigation Jump to search
 
Line 9: Line 9:
== Shells ==
== Shells ==
[https://www.gnu.org/software/bash/bash.html bash] - Bourne Again SHell, GNU shell
[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
[https://www.zsh.org/ zsh] - Shell

Latest revision as of 10:33, 6 July 2023

Containers

[edit | edit source]

apptainer (formerly singularity)

Editors

[edit | edit source]

emacs - Screen-based text editor

vim - Screen-based text editor

Shells

[edit | edit source]

bash - Bourne Again SHell, GNU shell

zsh - Shell

System Monitoring

[edit | edit source]

atop - ASCII full-screen performance monitor

htop - Interactive process viewer

top -

Terminal Multiplexers

[edit | edit source]

screen - terminal multiplexer

tmux - terminal multiplexer

Version Control

[edit | edit source]

git - Version Control Sytem