Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] modify a dag
- Date: Wed, 24 Jul 2013 13:32:46 +0200
- From: Fernando <i82vacaf@xxxxxx>
- Subject: [HTCondor-users] modify a dag
Hi everybody I am trying to send a dag via SOAP that has to update some
variables with a script could I add the script in the same dag?
I explain myself:
- modifyDag.sh -> It returns a number.
- myDag.dag -> It consumes this number in a variable and start
other jobs
in myDag.dag:
- modifyDag.submit
- job1.dag
- job2.dag
The execution will be like this:
start myDag.dag --> modifyDag.submit --> modifyDag.sh (it modify
the .dag file) --> (myDag.dag follows with next job who needs the new
variables) job1.dag