HPC Software: Difference between revisions

From CMU -- Language Technologies Institute -- HPC Wiki
Jump to navigation Jump to search
Starting list
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Containers ==
[https://apptainer.org/docs/ apptainer] (formerly singularity)
== Editors ==
== Editors ==
emacs
[https://www.gnu.org/software/emacs/documentation.html emacs] - Screen-based text editor


vim
[https://www.vim.org/docs.php vim] - Screen-based text editor


== Shells ==
== Shells ==
bash
[https://www.gnu.org/software/bash/bash.html bash] - Bourne Again SHell, GNU shell
 
csh
 
tcsh


zsh
[https://www.zsh.org/ zsh] - Shell


== System Monitoring ==
== System Monitoring ==
atop
[https://www.atoptool.nl/ atop] - ASCII full-screen performance monitor


htop
[https://htop.dev htop] - Interactive process viewer


top
top -


== Terminal Multiplexers ==
== Terminal Multiplexers ==
screen
[https://www.gnu.org/software/screen/ screen] - terminal multiplexer


tmux
[https://tmux.github.io/ tmux] -  terminal multiplexer


== Version Control ==
== Version Control ==
git
[https://git-scm.com/ git] - Version Control Sytem

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