Difference between revisions of "Job output"

From ScientificComputing
Jump to: navigation, search
Line 26: Line 26:
 
== LSF Job output example ==
 
== LSF Job output example ==
 
<br>
 
<br>
<div class="res-img">
+
 
[[File:Lsf output.png]]
 
</div>
 
 
[[File:Lsf output.png|600px]]
 
[[File:Lsf output.png|600px]]
  

Revision as of 15:43, 19 August 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 Job output example


Lsf output.png

Further reading


< Monitor a job

Home

Tutorials >