Once everything is ready, we can login to the resource system. Here we use NCSA (National Center for Supercomputing Applications) as an example. To login to machine:
ssh [email protected]
. Replace username
with your actual NCSA username. And login.delta.ncsa.illinois.edu
is the host address for the NCSA login node.<aside> 💡 You can find more information on their Quick Start page.
</aside>
<aside> ❗ No Delta file systems (internal or external) have backups or snapshots of any kind. You are responsible for backing up your files. There is no mechanism to retrieve a file if you have removed it, or to recover an older version of any file or data.
</aside>
Here are basic info about file system specs [link to the original web page]:
The quota
command allows you to view your use of the file systems and use by your projects:
You can store your personal software, scripts, job files, and so on in your HOME directory (e.g., /u/kshi3
). Please store your research data (e.g., simulation input file, simulation results) in the shared project space, which is /projects/bcvz
as shown above. Type cd /projects/bcvz
on command line to go to the project space and you should see a folder of your name there.
I recommend using Anaconda to manage Python libraries and versions. To use Anaconda, type module load anaconda3_gpu
in your command line to load corresponding module. Then you can use typical commands to create, load, and delete Conda environments.