Copy output files back to the submission host

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.

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