Platform LSF Reference Version 6.2

bpost
Platform LSF Reference
109
OPTIONS
-i message_index
Operates on the specified message index.
Default: 0
Use the MAX_JOB_MSG_NUM parameter in
lsb.params to set a maximum
number of messages for a job. With MultiCluster, to avoid conflicts,
MAX_JOB_MSG_NUM should be the same in all clusters.
-d "description"
Places your own status text as a message to the job. The message description has a
maximum length of 512 characters.
For example, your application may require additional job status descriptions besides the
ones that LSF provides internally (
PEND, RUN, SUSP, etc.)
Default:
"no description"
-a data_file
Attaches the specified data file to the job external storage. This option is ignored for
MultiCluster jobs; you can only attach a file if the job executes in the local cluster.
Use the JOB_ATTA_DIR parameter in
lsb.params(5) to specify the directory where
attachment data files are saved. The directory must have at least 1 MB of free space.
mbatchd checks for available space in the job attachment directory before transferring
the file.
Use the MAX_JOB_ATTA_SIZE parameter in
lsb.params to set a maximum size
for job message attachments.
job_ID | "job_ID[index]" | -J job_name
Required. Operates on the specified job. With MultiCluster job forwarding model, you
must always use the local job ID.
-h
Prints command usage to stderr and exits.
-V
Prints LSF release version to stderr and exits.
EXAMPLE
% bpost -i 1 -d "step 1" -a step1.out 2500
Puts the message text step 1 into message index 1, and attaches the file step1.out
to job 2500.
SEE ALSO
bread(1), bstatus(1), MAX_JOB_ATTA_SIZE, MAX_JOB_MSG_NUM