0
votes

I have the following lines at the beginning of my script:

#!/bin/bash
#PBS -j oe
#PBS -o ~/output/a

After submitting this script with qsub, and after the job is completed, there is no file a under ~/output/. What am I missing here?

1

1 Answers

1
votes

I just tried a couple test jobs and it seems that torque doesn't like the use of '~'. I received this in my email:

Aborted by PBS Server

Job cannot be executed

See Administrator for help

I would replace '~' with the path to your home directory and try it again.