File: api.shtml

package info (click to toggle)
slurm-wlm-contrib 24.11.5-4
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 50,600 kB
  • sloc: ansic: 529,598; exp: 64,795; python: 17,051; sh: 9,411; javascript: 6,528; makefile: 4,030; perl: 3,762; pascal: 131
file content (16 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--#include virtual="header.txt"-->

<h1><a name="top">Slurm APIs</a></h1>

<h3 id="overview">Overview<a class="slurm_link" href="#overview"></a></h3>
<p>All of the Slurm commands utilize a collection of Application Programming
Interfaces (APIs) exposed through the "slurm.h" and "slurmdb.h" headers.
Slurm's APIs are fixed within each major release. They do change &mdash;
significantly &mdash; between each major release.</p>

<p>Developers are encouraged to target Slurm's <a href="rest_api.html">REST API
</a> which provides for broader cross-version compatibility.</a>

<p style="text-align:center;">Last modified 12 February 2024</p>

<!--#include virtual="footer.txt"-->