-
Notifications
You must be signed in to change notification settings - Fork 0
4 Linux Shell
Zack Ramjan edited this page Oct 14, 2024
·
12 revisions
- Even with ondmand you will need to understand how linux commands work
- You will probably need to learn linux on your own as you increase your usage of HPC
- Tons of resources online, just google it.
- Ondemand Shell
- Linux Desktop
- SSH (using a company laptop at work or with VPN)
- Using modules
module avail
module load VARI/slurmPretty
slurmpretty
R --version
module load bbc2/R/R-4.4.0
R --version
- Submitting jobs
- No actual Work should be done on the submit node!
- Connecting from home