Merge branch '12913-secondary-mounts' refs #12913
[arvados.git] / doc / install / crunch2-slurm / install-compute-node.html.textile.liquid
index 158616c36f55c8b9b296be6d291886dc948a144b..027f813f6304ebadfdebc9b9672acc6c48ced69a 100644 (file)
@@ -3,6 +3,11 @@ layout: default
 navsection: installguide
 title: Set up a compute node
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 h2. Install dependencies
 
@@ -30,3 +35,9 @@ On Debian-based systems:
 {% include 'install_compute_fuse' %}
 
 {% include 'install_docker_cleaner' %}
+
+h2. Set up SLURM
+
+Install SLURM on the compute node using the same process you used on the API server in the "previous step":install-slurm.html.
+
+The @slurm.conf@ and @/etc/munge/munge.key@ files must be identical on all SLURM nodes. Copy the files you created on the API server in the "previous step":install-slurm.html to each compute node.