1
0
Форкнуть 0
azure-bigcompute-salt-slurm-formula for the SLURM Scheduler https://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html. Both for Ubuntu and CentOS
Перейти к файлу
microsoft-github-policy-service[bot] 2a233e5f55
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-03-28 16:46:40 +00:00
slurm Fleshing out slurm setup. 2017-03-13 14:21:06 -07:00
CHANGELOG.rst --- log message follows this line --- 2017-03-13 17:13:40 -07:00
LICENSE first commit 2015-05-21 10:38:05 +02:00
README.rst Working on debian port. 2017-03-09 14:06:38 -08:00
SECURITY.md Microsoft mandatory file 2023-01-27 21:02:50 +00:00
VERSION - munge dependences repared 2015-12-14 14:51:43 +01:00
pillar.example Working on debian port. 2017-03-09 13:46:05 -08:00

README.rst

=====
slurm
=====

Install the SLURM client, node, controller or database daemon.

.. note::

   The original version was tested under CentOS 7.  The port to
   Unbuntu 16.04 was a considerable change, including removal of the
   code that sets up a mariadb servers.  It should still work under Centos 7.
   
   See the full `Salt Formulas installation and usage instructions
   <http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states
================

.. contents::
    :local:

``slurm``
---------

Install the basic configuration for a client.  Note this is just
for e.g. a head node and does not include the execution daemon.


``slurm.node``
--------------

Configure and install compute node.

``slurm.server``
----------------

Install and configure the control daemon.


``slurm.slurmdbd``
------------------

Install and configure database daemon.