Nodes
Login Nodes
Login nodes are front-end nodes that you log into to access the cluster. These nodes are used for compiling code, modifying applications and workflows, managing data between the different mounted filesystems, and to manage jobs. Login nodes are shared between all users so any processing or compiling should be kept as short as possible to not impact other users.
Submitting jobs is done using a batch scheduler. Chinook uses Slurm. The status of jobs and the nodes can be monitored from the login nodes.
Current login nodes:
chinook03.alaska.edu chinook04.alaska.edu
Data Mover Nodes
Data mover nodes are used for transferring data between various mounted filesystems and to and from RCS managed storage from other servers. ONLINE filesystems may be accessible via SAMBA from the data mover nodes.
Current data mover nodes:
bigdipper.alaska.edu
Compute Nodes
Compute nodes are where computation is performed and are accessed through the job scheduler. Generally to perform tasks faster than a standard computer or laptop one must make use of parallel processing.
Analysis/Bio Nodes
Compute nodes with more memory (RAM) than a standard compute node. The amount of cores (CPUs) available on these nodes are restricted, so these nodes are used for jobs with low CPU usage but higher memory requirements.
GPU Nodes
Compute nodes with a GPU (Graphical Processing Unit) to be used with GPU-accelerated software that makes use of APIs such as CUDA.
Last updated