Difference between revisions of "Rocky User Guide"

From NIMBioS
Line 37: Line 37:


== Workload Management ==
== Workload Management ==
Rocky uses [https://slurm.schedmd.com/documentation.html Slurm] as it's workload manager.
Rocky uses Slurm as it's workload manager.
 
[https://slurm.schedmd.com/ Read the official Slurm Documentation]
 
[[Rocky_Slurm | See the basics of using Slurm on Rocky]]

Revision as of 20:19, 2 September 2022

About Rocky

Rocky is a HPC cluster comprised of compute heavy nodes with 40 cores/80 threads and 512GB of ram [rocky], memory intensive nodes with 20 cores/40 threads and 768GB of RAM [moose], and a Ceph storage subsystem [quarrel]


Requesting Access

In order to gain access to Rocky you must first fill out the Rocky_Access_Form.


Logging in to Rocky

Rocky's firewall limits access to the UTK network. You will either need to be on campus or using the Campus VPN

Once your account is created you will be able to SSH into a shell or SCP to copy files to/from Rocky.

Rocky uses Public Key Authentication for access instead of passwords. Please review the following pages about accessing Rocky:

Rocky_Access_SSH Linux or Mac
Rocky_Access_Windows Windows


Environmental Modules

Rocky uses Lmod as it's environmental module system. This allows you to set your environment up for specific development tasks.

To use Lmod, you will use the module command. For example, to see what modules are available:

module avail

To load the R environment:

module load R

To list what modules are loaded:

module list


Workload Management

Rocky uses Slurm as it's workload manager.

Read the official Slurm Documentation

See the basics of using Slurm on Rocky