File: api.shtml

package info (click to toggle)
slurm-wlm 25.11.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 46,824 kB
  • sloc: ansic: 551,323; sh: 10,228; javascript: 6,528; makefile: 4,277; perl: 3,717; python: 559; pascal: 131
file content (14 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--#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>

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