-
Notifications
You must be signed in to change notification settings - Fork 2
Home
RicercarG edited this page Sep 2, 2024
·
23 revisions
The elementary but essential knowledge you need to know before using HPC
- 🌟Quick Start for Conda Environment <- Check this if you just want to get your python code running
- Manual Setup
- How can I quit python/singualrity/runtime?
- How can I jump back when kicked off by accident?
- Could not open singularity environment
- 🔥"Man-In-The-Middle" Warning
- Disk quota exceeded
- 🔥Could not login server through vscode
- Out of Memory Error
- Some linux commands could not be executed
- SSL Certificate Error
- Lazy Launcher Script Related
(Legend: 🔥 Stands for Frequently Asked by Beginners)
- Setup ssh key pairs
- Bash Alias (shortcuts)
- Some Useful Linux Commands
- Sharing Your Files with Other HPC Users
- Sending Files Across Devices
- AWS S3 Connection
- Access through iPad
-
[2024.6.13] The file structure has undergone a significant change. Now you can clone the entire repo. If you have used this cheatsheet before, please first remove
chsdevice.sh
andchslauncher.sh
on your hpc. Then follow the updated wiki instruction to setup your environment. New features are as following:- The new file structure is more organized and easier to maintain.
- A new run_setup.sh script is added to help you setup
~/.bashrc
file automatically. - Added options for H100 GPU and cuda 12.1
-
[2024.4.7] Bug fix for handling conda installation failure in Lazy Launcher. Check this part of troubleshooting for detail.