I am running array jobs with Sun Grid Engine (SGE).

My carefully scripted array job workers generate no stdout and no stderr when they function properly. Unfortunately, SGE insists on creating an empty stdout and stderr file for each run.

Sun's manual states:

              STDOUT  and  STDERR of array job tasks will be written into dif-
              ferent files with the default location

              .['e'|'o']'.'

              In order to change this default, the  -e  and  -o  options  (see
              above)  can  be  used together with the pseudo-environment-vari-
              ables  $HOME,  $USER,   $JOB_ID,   $JOB_NAME,   $HOSTNAME,   and
              $SGE_TASK_ID.

              Note, that you can use the output redirection to divert the out-
              put of all tasks into the same file, but the result of  this  is
              undefined.

I would like to have the output files suppressed if they are empty. Is there any way to do this?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

http://gridengine.info/2005/10/19/removing-empty-job-output-error-files-automatically

link|improve this answer
Link now declares Error 404 - not found. I presume it used to describe an epilog file which removed ${SGE_STDOUT_PATH} and ${SGE_STDERR_PATH} if they were zero size. – jmanning2k Mar 23 at 22:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.