>> Dr. Trigon <dr.tri...@surfeu.ch> wrote:
>
> Hello everybody!
>
> I experience a behaviour with SGE that I cannot understand.
> Due to logging my scripts output I redirect stdout and stderr.
> When running the script from console (e.g. on willow) all
> write actions to stderr are passed as they are, but runned
> through qcronsub (SGE) results in all writes splitted up at
> newlines '\n' as if there was some kind of auto-flush in
> background? Changing the usage of param 'j' in SGE did not
> help. I am using python. Is there something in qcronsub that
> has in influence to this? Any idea?

qcronsub is running qsub with redrecting its output (i.e. qsub's
not your script) into two temporary files.

What's the output when running "... * * * /sge/GE/bin/sol-amd64/qcronsub 
-verbose ... "?

//Saper


_______________________________________________
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
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