HCC Class Info for Students
The Holland Computing Center (HCC) provides high-performance computing resources for Universities and Colleges in the state of Nebraska. HCC supports both research and creative, and class activity.
This guide provides a list of useful links for classes utilizing HCC resources.
Useful links for students
Account creation and setup
Application links
Training
Support
- For issues related to classwork or assignments, 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 at hcc-support@unl.edu. Please note that non-critical tickets/issues will be addressed during business hours (Monday through Friday, 9am-5pm CST). Critical issues include, but not limited to, sudden unavailability to login and file-system irresponsiveness for all HCC users.
Useful notes for students
- The login node is shared among all HCC 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.
- Open OnDemand can not be launched and will show error if your $HOME quota is exceeded.
- 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.