Skip to content
Snippets Groups Projects
Commit 44dda3a3 authored by Natasha Pavlovikj's avatar Natasha Pavlovikj
Browse files

Edit class_account_setup_information.md

parent 610fa581
Branches
No related tags found
1 merge request!444Added the file
......@@ -2,15 +2,15 @@ The Holland Computing Center (HCC) provides high-performance computing resources
This guide provides a list of useful links for classes utilizing HCC resources.
## Useful Links for Instructors
## Useful links for instructors
- Class group creation [form](https://hcc.unl.edu/new-group-request).
- Class group renewal [form](https://hcc.unl.edu/class-renewal-request).
- Link to HCC class [policy page](https://hcc.unl.edu/hcc-policies#class-groups)
## Useful notes for instructors
- Some class may utilize custom conda environments. Some conda environments, especially the GPU-based ones, can be very large and can easily exceed the available $HOME quotas of 20GBs. To avoid this, we recommend creating group-level custom conda environment. If you are interested in this, please email hcc-support@unl.edu for further information.
- If data needs to be shared among all group members, please see https://hcc.unl.edu/docs/handling_data/swan_data_sharing/#using-group-level-shared-directory for best practices.
- If data needs to be shared among all class members, please see https://hcc.unl.edu/docs/handling_data/swan_data_sharing/#using-group-level-shared-directory for best practices.
- You can request HCC training/presentation [in-class](https://hcc.unl.edu/docs/faq/#can-hcc-provide-training-for-my-group).
### Tips
- Creating and setting HCC accounts takes some time. To motivate students to create HCC accounts before the training/assignments are due, some professors make this process a graded assignment.
......@@ -24,10 +24,7 @@ This guide provides a list of useful links for classes utilizing HCC resources.
### Application links
- HCC Open OnDemand (OOD) [web access to Swan](https://swan-ood.unl.edu/).
- Detailed HCC Open OnDemand [guide](https://hcc.unl.edu/docs/open_ondemand/).
- If the OOD resources are not enough, you can run JupyterLab Notebooks within [SLURM job](https://hcc.unl.edu/docs/applications/submitting_jupyter_code/running_jupyter_lab_code).
- Creating custom CPU/GPU conda [envs] (https://hcc.unl.edu/docs/applications/user_software/using_anaconda_package_manager/#creating-custom-anaconda-environments).
- Custom conda environments are created in $HOME by default. You can change the location of the [conda environment](https://hcc.unl.edu/docs/applications/user_software/using_anaconda_package_manager/#using-common-for-environments/).
- Custom conda environments can easily fill the 20GBs quota on $HOME. To clean space, you can [remove unused Anaconda packages and caches](https://hcc.unl.edu/docs/applications/user_software/using_anaconda_package_manager/#remove-unused-anaconda-packages-and-caches).
- For various SLURM examples of applications that run on Swan, please this [this repo](https://github.com/unlhcc/job-examples/).
- How to share [data](https://hcc.unl.edu/docs/handling_data/swan_data_sharing/) across group members.
### Training
......@@ -36,6 +33,13 @@ This guide provides a list of useful links for classes utilizing HCC resources.
- Conda user [cheat sheet](https://hcc.unl.edu/docs/attachments/11635089.pdf).
- YouTube videos of previous HCC [training events](https://www.youtube.com/@hollandcomputingcenter8962).
### Support
- When to email HCC and when to email the class TA?
- For issues related to classwork or assignment please contact your TA.
- For issues with HCC resources (e.g., unavailable resources, sudden errors and job failures), contact [HCC support](mailto:hcc-support@unl.edu.).
\ No newline at end of file
- For issues related to classwork or assignment please contact your TA.
- For general HCC issues, please first check the [FAQ page](https://hcc.unl.edu/docs/faq/).
- For issues with HCC resources (e.g., unavailable resources, sudden errors and job failures), contact [HCC support](mailto:hcc-support@unl.edu.). Please note that non-critical tickets/issues will be addressed during business hours (Monday through Friday, 9am-5pm CST).
## Useful notes for students
- The login node is shared among all users and it should be used only for light tasks, and not for running computationally intensive tasks. For any CPU or memory intensive operations, such as testing and running applications, one should use an [interactive session](https://hcc.unl.edu/docs/submitting_jobs/creating_an_interactive_job/), or [submit a job to the batch queue](https://hcc.unl.edu/docs/submitting_jobs/).
- If the Open OnDemand resources are not enough, you can run JupyterLab Notebooks within [SLURM job](https://hcc.unl.edu/docs/applications/submitting_jupyter_code/running_jupyter_lab_code).
- Custom conda environments are created in $HOME by default. You can change the location of the [conda environment](https://hcc.unl.edu/docs/applications/user_software/using_anaconda_package_manager/#using-common-for-environments/).
- Custom conda environments can easily fill the 20GBs quota on $HOME. To clean space, you can [remove unused Anaconda packages and caches](https://hcc.unl.edu/docs/applications/user_software/using_anaconda_package_manager/#remove-unused-anaconda-packages-and-caches).
- If you are not sure if the storage utilization is causing issues for you, you can run [ncdu](https://hcc.unl.edu/docs/faq/#how-can-i-check-which-directories-utilize-the-most-storage-on-swan) from the Swan terminal with the location in question.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment