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.BrianOn 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...