# 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](/uaf-rcs-hpc-docs/available-filesystems/available-filesystems.md), 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](/uaf-rcs-hpc-docs/using-batch/batch-overview.md). Chinook uses [Slurm](/uaf-rcs-hpc-docs/using-batch/common-slurm-commands.md). 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](/uaf-rcs-hpc-docs/available-filesystems/available-filesystems.md) 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](/uaf-rcs-hpc-docs/using-batch/batch-overview.md). 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://uaf-rcs.gitbook.io/uaf-rcs-hpc-docs/getting-started/nodes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
