Difference between revisions of "Job output"
From ScientificComputing
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
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
Further reading
The complete guide: Using the batch system - Output file