> deltaquad@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


_______________________________________________
Toolserver-l mailing list ([email protected])
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Reply via email to