Difference between revisions of "Job output"

From ScientificComputing
Jump to: navigation, search
Line 1: Line 1:
 +
<table style="width: 100%;">
 +
<tr valign=top>
 +
<td style="width: 30%; text-align:left">
 +
< [[Job monitoring | Monitor a job]]
 +
</td>
 +
<td style="width: 35%; text-align:center">
 +
[[Sandbox Home | Home]]
 +
</td>
 +
<td style="width: 35%; text-align:right">
 +
[[Running applications | Tutorials]] >
 +
</td>
 +
</tr>
 +
</table>
 +
 +
 
In addition to a program's standard output, an output file shows information which help you to fine tune the resource requirements of the next jobs.  
 
In addition to a program's standard output, an output file shows information which help you to fine tune the resource requirements of the next jobs.  
  

Revision as of 13:38, 12 May 2021

< Monitor a job

Home

Tutorials >


In addition to a program's standard output, an output file shows information which help you to fine tune the resource requirements of the next jobs.

The default output filename is located in the submission directory and named

lsf.ojob-ID

To select a different output filename, use the BSUB option -o:

$ bsub -o output_filename job


Lsf output.png

Further reading

The complete guide: Using the batch system - Output file


< Monitor a job

Home

Tutorials >