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

[HTCondor-users] Including data in a submit file



Hi,

I have a DAGMan job graph, but some of the later running jobs' submit settings should depend on the result of the first job.
For example the first job generates some datastructure and based on that result just a limited number of the computers are able to run the other jobs.

If I could include the content of a text file into the submit files or read it into a variable in the submit files than the first job could simply write its requirements (or concurrency attributes) into this text file and that could be used automatically in all other jobs without the need to modify *all* submit files.
I checked the documentation for such feature or solution but could not find any. Can it be done somehow? Or can you suggest an alternate solution that does not require
editing all submit files or submitting a new DAG?

Thanks in advance!

Cheers,
Szabolcs