LSB_JOB_REPORT_MAIL

Syntax

LSB_JOB_REPORT_MAIL=Y | N | ERROR

Description

If you do not want sbatchd to send mail when the job is done, set this parameter to N before submitting the job. This parameter only affects email sent by sbatchd.

If you want sbatchd to send mail only when the job exits (that is, when the job is under Exit status), set this parameter to ERROR before submitting the job. This parameter only affects email sent by sbatchd. This ensures that an email notification is only sent on a job error.

When the administrator sets LSB_JOB_REPORT_MAIL in lsf.conf, email notification for all jobs is disabled. All sbatchds must be restarted on all hosts. However, end users can set the value for LSB_JOB_REPORT_MAIL in the job submission environment to disable email notification for only that particular job and not email for all jobs. In this case, there is no need to restart sbatchd.

Default

Not defined.