~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to doc/html/api.shtml

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!--#include virtual="header.txt"-->
2
2
 
3
 
<h2><a name="top">SLURM Switch Plugin API</a></h2>
 
3
<h2><a name="top">SLURM APIs</a></h2>
4
4
 
5
5
<h3>Overview</h3>
6
 
<p>All of the SLURM commands utilize a collection of Application Progamming 
 
6
<p>All of the SLURM commands utilize a collection of Application Programming 
7
7
Interfaces (APIs). 
8
8
User and system applications can directly use these APIs as desired to 
9
9
achieve tighter integration with SLURM.
207
207
<li><b>slurm_jobinfo_ctx_get</b>&#151;Get values from a <i>jobinfo</i>
208
208
field as returned by <i>slurm_step_ctx_get</i>.</li>
209
209
 
210
 
<li><b>slurm_spawn</b>&#151;Spawn tasks and establish communcations.</li>
 
210
<li><b>slurm_spawn</b>&#151;Spawn tasks and establish communications.</li>
211
211
 
212
212
<li><b>slurm_spawn_kill</b>&#151;Signal spawned tasks.</li>
213
213
 
243
243
<ul>
244
244
 
245
245
<li><b>slurm_checkpoint_able</b>&#151;Note that a specific job or 
246
 
job step is elligible for checkpoint.</li>
 
246
job step is eligible for checkpoint.</li>
247
247
 
248
248
<li><b>slurm_checkpoint_complete</b>&#151;Note that a requested 
249
249
checkpoint has completed.</li>
273
273
 
274
274
 
275
275
<h3>Administrative Functions</h3>
276
 
<p>Most of these functions can only be exected by user <i>root</i>.</p>
 
276
<p>Most of these functions can only be executed by user <i>root</i>.</p>
277
277
<ul>
278
278
 
279
279
<li><b>slurm_reconfigure</b>&#151;Update slurm daemons 
326
326
</ul>
327
327
<p class="footer"><a href="#top">top</a></p>
328
328
 
329
 
<p style="text-align:center;">Last modified 25 October 2005</p>
 
329
<p style="text-align:center;">Last modified 13 November 2005</p>
330
330
 
331
331
<!--#include virtual="footer.txt"-->