chore: fixed titles missing from documents
This commit is contained in:
parent
31bf2031d6
commit
60b4a0cf8b
16 changed files with 26 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue