[Toolserver-l] Python/Job issues

Marcin Cieslak saper at saper.info
Thu Apr 14 10:02:07 UTC 2011


> deltaquad at willow:~$ qsub -l h_rt=0:05:00 -l s_rt=0:04:30 -m e -j y -o
> $HOME/UAA.out $HOME/UAA/UAA.py
>
> Your job 314397 ("UAA.py") has been submitted

Can you try this:

qsub -l h_rt=0:05:00 -l s_rt=0:04:30 -b y -m e -j y -o $HOME/UAA.out $HOME/UAA/UAA.py

(I added the "-b y" option and it seems to work here).

//Marcin




More information about the Toolserver-l mailing list