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

Re: [HTCondor-users] dagman api



Where can I read about internals of Dagman, like what algorithm it is using to parse the grammer? Ideally, I would like to run a smoke test with dagman to make sure the logic is right for the API I am building


On Thu, Oct 10, 2013 at 10:54 PM, Keith Brown <keith6014@xxxxxxxxx> wrote:



On Thu, Oct 10, 2013 at 9:03 AM, Brian Bockelman <bbockelm@xxxxxxxxxxx> wrote:
Hi Keith,

Unfortunately, no such thing exists.  There was some thinking toward getting the schedd to handle dependencies directly for some simple DAGs:


(so you could just just specify the dependencies in the submit file).  However, that didn't go anywhere.

Brian

On Oct 10, 2013, at 6:47 AM, Keith Brown <keith6014@xxxxxxxxx> wrote:

I was wondering if there was a DAGman API available for Python. I would like to define jobs but more important setting up relationships to the jobs. Has anyone created such a thing?



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

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


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

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

Thanks Brian. I suppose I can use a Python API such as networkx to build an acyclic graph which emits DAGMan code. 

If you have any ideas or tips please let me know so I can look into this...