Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] DAGman submit file - disable email notification
- Date: Tue, 11 Sep 2012 08:41:12 -0500
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [Condor-users] DAGman submit file - disable email notification
It should be pretty easy to add "suppress notification for all jobs"
as an option to condor_submit_dag. I made a ticket at
https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=3225
Nathan Panike
On Tue, Sep 11, 2012 at 08:14:41AM -0500, Nathan Panike wrote:
> You are talking about a job which has been submitted by DAGMan, or the
> DAGMan job itself? For the former, setting "notification = never" in
> the submit file of the job itself is the way to go. If the latter, then
> the behavior you describe below is a bug.
>
> That is, If you have a DAG with the following DAG file:
>
> job 0 0.cmd
>
> Then to stop notification for job 0, you put the line
>
> "notification = never" in the 0.cmd file.
>
> Nathan Panike
>
> On Tue, Sep 11, 2012 at 12:24:09AM -0500, Michael Fienen wrote:
> > Hello Condor List!
> >
> > Can anyone provide a simple example of how to disable email notification of a DAG job?
> >
> > I've tried addition "notification = never" in the DAG submit file.
> >
> > Also tried as an argument for condor_submit_dag but doesn't seem to be working there either.
> >
> > I feel like there is an obvious answer but it's eluding me.
> >
> > Many thanks!