HPC Software: Difference between revisions

From CMU -- Language Technologies Institute -- HPC Wiki
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


csh
[https://www.tcsh.org/ tcsh] -


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