Copy output files back to the submission host

About this task

The output files specified with the bsub -o and bsub -e are created on the execution host, and are not copied back to the submission host by default.

Procedure

Use the remote file access facility to copy these files back to the submission host if they are not on a shared file system.

For example, the following command stores the job output in the job_out file and copies the file back to the submission host:

bsub -o job_out -f "job_out <" myjob