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

« back to all changes in this revision

Viewing changes to doc/man/man3/slurm_step_launch.3

  • 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:
21
21
.br
22
22
        slurm_step_ctx \fIctx\fP,
23
23
.br
24
 
        char * \fIlauncher_host\fP,
25
 
.br
26
24
        const slurm_step_launch_params_t *\fIlaunch_req\fP,
27
25
.br
28
26
        const slurm_step_launch_callbacks_t \fIcallbacks\fP
68
66
\fIlaunch_req\fP
69
67
Pointer to a structure allocated by the user containing specifications of 
70
68
the job step to be launched.
71
 
.TP
72
 
\fIlauncher_host\fP
73
 
Host name or address to be used to identify the destination of PMI communications
74
 
for MPICH2. We intend to embed this information within \fIlaunch_req\fP in the
75
 
next major release of SLURM, when changes to the protocol can be more easily
76
 
addressed.
77
69
 
78
70
.SH "DESCRIPTION"
79
71
.LP
238
230
Copyright (C) 2006-2007 The Regents of the University of California.
239
231
Copyright (C) 2008 Lawrence Livermore National Security.
240
232
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
241
 
LLNL\-CODE\-402394.
 
233
CODE\-OCEC\-09\-009. All rights reserved.
242
234
.LP
243
235
This file is part of SLURM, a resource management program.
244
236
For details, see <https://computing.llnl.gov/linux/slurm/>.