Difference between revisions of "Job output"

From ScientificComputing
Jump to: navigation, search
Line 1: Line 1:
 
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.  
  
The default output filename is "'''lsf.o''job-ID'''''" located in the submission directory.
+
The default output filename is located in the submission directory and named
 +
lsf.o''job-ID''
  
 
To select a different output filename, use the BSUB option -o:
 
To select a different output filename, use the BSUB option -o:

Revision as of 12:10, 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

Example

Lsf output.png