chore: fixed titles missing from documents

This commit is contained in:
David Allen 2025-07-22 12:54:37 -06:00
parent 31bf2031d6
commit 60b4a0cf8b
Signed by: towk
GPG key ID: 793B2924A49B3A3F
16 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,5 @@
# Adding SLURM and MPI to the Compute Node
After getting our nodes to boot using our compute images, let's try running a test MPI job. We need to install and configure both SLURM and MPI to do so. We can do this at least two ways here:
- Create a new `compute-mpi` image similar to the `compute-debug` image using the `compute-base` image as a base. You do not have to rebuild the parent images unless you want to make changes to them, but keep in mind that you will also have to rebuild any derivative images.