Skip to content

4 Linux Shell

Zack Ramjan edited this page Oct 14, 2024 · 12 revisions

Shell

Shell is the traditional method for interacting with HPC and Linux

  • Even with ondmand you will need to understand how linux commands work

TASK: Lets open a linux shell in multiple ways.

  • Ondemand Shell
  • Linux Desktop
  • SSH (using a company laptop at work or with VPN)

VAI has many software tools installed

  • Using modules
module avail
module load VARI/slurmPretty
slurmpretty
R --version
module load bbc2/R/R-4.4.0
R --version
  • Submitting jobs
  • Best practices for submit node
  • Manual VPN and SSH.
Clone this wiki locally