Output from Queued Jobs
If you do not specifically note where output from your queued job is to be written, the queued job will create four files in your home directory after the completion of the job.
| shell.onn | job output |
| shell.enn | error report |
| shell.ponn | |
| shell.penn |
where "nn is the number of your job on the queue.
If you want the shell output files to be written to another directory, use the "-o" option in your shell script.
| #$ -o $HOME/mydir |
Detailed information on a shell script.
Margaret Doll 7-2009