# SLURM Integration

### Deploy and configure ND client

ND Client must be deployed on the SLURM Controller Nodes. To configure the ND Client, [see the guide for ND Client Deployment](/data-mover/nd-client.md)

### Download the packages for SLURM deployment

```bash
$ yum install wget
$ wget get.nodeum.io/public/plugins/slurm-burst-buffer.20230718.
master.64c644e5.tar.gz
$ tar -xvzf ./ slurm-burst-buffer.20230718.master.64c644e5.tar.gz
```


---

# 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://docs.nodeum.io/data-mover/slurm-integration.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.
