If you do put QMAIL=FALSE into the environment on the queue client
(i.e., setenv QMAIL FALSE under csh/tcsh or QMAIL=FALSE;export QMAIL under
sh/bash before running the job with 'queue') the output of the job will
be discarded when running in batch mode (-r flag).
You will still be notified of your job's completion by email.
This is useful for jobs which produce a great deal of output. (Writing a
shell wrapper with ">/dev/null 2>&1" is always another option.)
werner.krebs@yale.edu |