Difference between revisions of "Rocky User Guide"

From NIMBioS
Line 9: Line 9:


== Logging in to Rocky ==
== Logging in to Rocky ==
Once your account is created you will be able to use SSH to gain shell access or SCP to copy files to/from Rocky.
Rocky's firewall limits access to the UTK network.  You will either need to be on campus or using the [https://utk.teamdynamix.com/TDClient/2277/OIT-Portal/KB/ArticleDet?ID=123517 Campus VPN]


Rocky uses [[Public Key Authentication]] for access instead of passwords.  You should have generated a key pair and submitted your public key when filling out the [[Rocky_Access_Form]].  You will now need to use the private key when authenticating to Rocky.
Once your account is created you will be able to SSH into a shell or SCP to copy files to/from Rocky.


Rocky's firewall limits access to the UTK networkYou will either need to be on campus or using the [https://utk.teamdynamix.com/TDClient/2277/OIT-Portal/KB/ArticleDet?ID=123517 Campus VPN]
Rocky uses Public Key Authentication for access instead of passwordsPlease review the following pages about accessing Rocky:


{| class='wikitable'
|-
| [[Rocky_Access_SSH]] || Linux or Mac
|-
| [[Rocky_Access_Windows]] || Windows
|}


== Environmental Modules ==
== Environmental Modules ==

Revision as of 18:14, 5 July 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.


Examples