Nodes
Last updated
Last updated
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 , 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 . Chinook uses . 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 are used for transferring data between various 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 are where computation is performed and are accessed through the . Generally to perform tasks faster than a standard computer or laptop one must make use of parallel processing.
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.
Compute nodes with a GPU (Graphical Processing Unit) to be used with GPU-accelerated software that makes use of APIs such as CUDA.