--- layout: default navsection: installguide title: Set up a Slurm compute node ... {% comment %} Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} {% include 'notebox_begin_warning' %} crunch-dispatch-slurm is only relevant for on premises clusters that will spool jobs to Slurm. Skip this section if you are installing a cloud cluster. {% include 'notebox_end' %} # "Introduction":#introduction # "Set up Docker":#docker # "Update fuse.conf":#fuse # "Update docker-cleaner.json":#docker-cleaner # "Configure Linux cgroups accounting":#cgroups # "Install Docker":#install_docker # "Configure the Docker daemon":#configure_docker_daemon # "Install'python-arvados-fuse and crunch-run and arvados-docker-cleaner":#install-packages h2(#introduction). Introduction This page describes how to configure a compute node so that it can be used to run containers dispatched by Arvados, with Slurm on a static cluster. These steps must be performed on every compute node. h2(#docker). Set up Docker See "Set up Docker":../install-docker.html {% assign arvados_component = 'python-arvados-fuse crunch-run arvados-docker-cleaner' %} {% include 'install_compute_fuse' %} {% include 'install_docker_cleaner' %} {% include 'install_packages' %} {% assign arvados_component = 'arvados-docker-cleaner' %} {% include 'start_service' %}