Dr. Trigon wrote:
@Platonides: What is this parameter then??
Thanks and greetings DrTrigon
It's -j
-j join
Declares if the standard error stream of the job will be merged with the standard output stream of the job. An option argument value of oe directs that the two streams will be merged, intermixed, as standard output. An option argument value of eo directs that the two streams will be merged, intermixed, as standard error.
If the join argument is n or the option is not specified, the two streams will be two separate files.
Note that you can pass the parameter to SGE inside the script, too.