bpost
bpost
sends external status messages and attaches data files to a job
Synopsis
bpost
bpost
Description
Provides external status information or sends data to a job in the system. Done or exited jobs cannot accept messages.
By default, operates on the message index 0. By default, posts the message "no description".
If a you specify a job ID:
◆You can only send messages and data to your own jobs.
◆You cannot send messages and data to jobs submitted by other users.
◆Only root and LSF administrators can send messages to jobs submitted by other users.
◆Root and LSF administrators cannot attach data files to jobs submitted by other users.
Job names are not unique; if you specify
◆You can only send messages and data to your own jobs.
◆You cannot send messages and data to jobs submitted by other users.
◆Root and the LSF administrators can only send messages and data to their own jobs.
A job can accept messages until it is cleaned from the system. If your application requires transfer of data from one job to another, use the
You can associate several messages and attached data files with the same job. As the job is processed, use bread(1) or bstatus(1) to retrieve the messages posted to the job. Use bread(1) to copy message attachments to external files.
For example, your application may require additional job status descriptions besides the ones that LSF provides internally (PEND, RUN, SUSP, etc.) Use the
You can also use bstatus
bstatus
is equivalent to:
bpost
126Platform LSF Command Reference