# PBSTOP - Your Cluster Roadmap

Type `pbstop` into your terminal. You should see a screen that looks like this:

![](/files/fyo1U2RuYaqYusLVdVMM)

This is your 'birdseye view' of the cluster.

![](/files/kq3iBOcKtxo9qRJ0nGqs)

Some helpful terminology:

> **Cluster:** The cluster is the set of all sub-clusters within the W\&M HPC system.

> **Subcluster:** a set of computers with similar computing characteristics.

W\&M's HPC has multiple sub-clusters including Vortex, Bora, Hima, Meltemi, etc... You can read about each of them here: <https://www.wm.edu/offices/it/services/researchcomputing/hw/nodes/index.php>

> **Node:** A node is an individual computer within a sub-cluster.

> **Core (aka Processor):** An individual processor on a node.

Each node on Vortex has 12 processors. This basically means you can run 12 individual python processes on a Vortex node, or 1 process on each processor. You could also run one process across multiple processors (or the whole node) if you need all of the memory available.


---

# 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://hmbaier.gitbook.io/distributed-ml-w-and-m/logging-in-and-setting-up-your-hpc-account/pbstop-your-cluster-roadmap.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.
