Changes between Initial Version and Version 1 of TorqueUsage/Functions/Pbs_msgjob


Ignore:
Timestamp:
09/19/06 08:52:10 (18 years ago)
Author:
bas
Comment:

added pbs_msgjob

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage/Functions/Pbs_msgjob

    v1 v1  
     1[[ShowPath]]
     2
     3= PBS_MSGJOB =
     4Issue  a  batch request to write a message in an output file of a batch job.
     5{{{
     6result = pbs.pbs_msgjob(c, job_id, file, message, extend)
     7}}}
     8
     9== In ==
     10
     11c::
     12 Connection id
     13
     14job_id::
     15 Identifies the job to which  the message is to be sent; it is specified in the form: {{{sequence_number.server}}}
     16
     17file::
     18 Indicates the file or files to which the message is to be written. The following values are possible:
     19 1. pbs.MSG_ERR:   directs  the  message to the standard error stream of the job.
     20 1. pbs.MSG_OUT:   directs the message to the standard output stream of the job.
     21
     22message::
     23 Is the message string to be written.
     24 
     25extend::
     26 Is reserved for implementation defined extensions
     27 
     28
     29== Out ==
     30
     31result:
     32  If non-zero an error has occured