X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/925a1526383299a1ade38a18e616564ab8c38da4..df591042778408d03d410d5c22a669d85652d1ea:/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid diff --git a/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid b/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid index 158616c36f..d8a62a9c96 100644 --- a/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid +++ b/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid @@ -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 @@ -21,7 +26,7 @@ On Red Hat-based systems: On Debian-based systems: -
~$ sudo apt-get install python-arvados-python-client crunch-run arvados-docker-cleaner
+
~$ sudo apt-get install python-arvados-fuse crunch-run arvados-docker-cleaner
 
@@ -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.