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

« back to all changes in this revision

Viewing changes to doc/man/man3/slurm_free_job_info_msg.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:
110
110
REM_TIME = ISLURM_GET_REM_TIME2()
111
111
.LP
112
112
ISLURM_GET_REM_TIME2() is equivalent to ISLURM_GET_REM_TIME() except 
113
 
that the JOBID is taken from the SLURM_JOBID environment variable, 
 
113
that the JOBID is taken from the SLURM_JOB_ID environment variable, 
114
114
which is set by SLURM for tasks which it launches.
115
115
Both functions return the number of seconds remaining before the job 
116
116
reaches the end of it's allocated time.
143
143
value of \-1. See slurm.h for full details on the data structure's contents. 
144
144
.TP 
145
145
\fIjob_id\fP
146
 
Specifies a slurm job id. If zero, use the SLURM_JOBID environment variable
 
146
Specifies a slurm job id. If zero, use the SLURM_JOB_ID environment variable
147
147
to get the jobid.
148
148
.TP 
149
149
\fIjob_id_ptr\fP
356
356
Copyright (C) 2002\-2006 The Regents of the University of California.
357
357
Copyright (C) 2008 Lawrence Livermore National Security.
358
358
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
359
 
LLNL\-CODE\-402394.
 
359
CODE\-OCEC\-09\-009. All rights reserved.
360
360
.LP
361
361
This file is part of SLURM, a resource management program.
362
362
For details, see <https://computing.llnl.gov/linux/slurm/>.