Difference between revisions of "Job output"

From ScientificComputing
Jump to: navigation, search
Line 7: Line 7:
 
  $ bsub -o output_filename job
 
  $ bsub -o output_filename job
  
=== Example ===
 
  
  
 
[[File:Lsf output.png|600px]]
 
[[File:Lsf output.png|600px]]
 +
 +
== Further reading ==
 +
[[Using_the_batch_system#Output_file|The complete guide: Using the batch system - Output file]]

Revision as of 13:19, 22 January 2021

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