[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Is DAGMan the answer to my question?



Actually, I'm submitting these jobs as a different user on the submit machine, but I'll just create a .forward email for that user and try it. Thanks.

Sam

On Feb 20, 2009, at 11:48 AM, R. Kent Wenger wrote:

On Fri, 20 Feb 2009, Hoover Sam wrote:

I'm getting the following error:

Submitting job(s)
ERROR: Notification must be 'Never', 'Always', 'Complete', or 'Error'
ERROR: condor_submit failed; aborting.

Here's my submit command

condor_submit_dag -force -notification Complete -notify_user shoover@xxxxxxxxxxx
/usr/local/CMSIntegration/files/dagFile20090220.dag


I tried upper and lower case Complete and complete, but the error is
the same. I can't find an example online that matches what I'm trying
to do, I'm sure it's a simple syntax error.

Just take the notification stuff out of the command line -- DAGMan
defaults to sending you notification.  So just do this:

  condor_submit_dag -force \
    /usr/local/CMSIntegration/files/dagFile20090220.dag

(I'm assuming that you're submitting the DAG as shoover@xxxxxxxxxxxx)

Kent Wenger
Condor Team
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/