XieResearchGroup
  • About the Group
  • HPC Environments
    • Summary of HPCs
      • DGX (Group)
      • DLS (Department)
      • Dragon (Group)
    • HPC User Guide (Must Read)
      • Overall Workflow
      • Connect to HPCs
      • User Directories
      • Run Jobs
      • Data Backup
  • Useful Tutorials
    • Linux Tutorial
      • Linux Commands
    • Docker Tutorial
      • Intro to Docker
      • Intro to NVIDIA Docker
      • Use Docker for Deep Learning
      • Docker Useful Commands
    • Jupyter Notebook Tutorial
      • Run Jupyter Server with GPU Access on HPCs
    • HTCondor Tutorial
      • Introduction of HTCondor
      • Quick Start Guide
      • Submitting Vanilla Job
      • Submitting Docker Job
      • HTCondor Useful Commands
    • Better Deep Learning
      • Better Training
      • Better Generalization
      • Better Prediction
    • About Graph Neural Networks
    • Data Preprocessing
      • Untitled
      • Untitled
  • Contribute to the Wiki
Powered by GitBook
On this page

Was this helpful?

  1. HPC Environments
  2. HPC User Guide (Must Read)

User Directories

Each user will have two directories according to the user’s account:

/home/user_name and /raid/home/user_name.

To avoid the unnecessary consumption of OS storage, all users should only use

/raid/home/user_name as their working directory.

Files under /home/user_name consume the OS storage while files under /raid/home/user_name consume the external Data storage.

PreviousConnect to HPCsNextRun Jobs

Last updated 2 years ago

Was this helpful?