Hi Takis, On 24/04/2022 23:07, Takis Angelides wrote:
I am trying to use DAGMan for submission of many interdependent jobs and among some errors there is:DAGMAN_USE_CONDOR_SUBMIT setting: TrueERROR: To use an inline job description for node N20x1.0mg0.05D10, DAGMAN_USE_CONDOR_SUBMIT must be set to False. Aborting.whereas the first line in my .dag file is DAGMAN_USE_CONDOR_SUBMIT = False
DAGMAN_USE_CONDOR_SUBMIT is a configuration variable, not a job variable. You could set it through the environment, or see [1]:
ÂÂÂ _CONDOR_DAGMAN_USE_CONDOR_SUBMIT=False condor_submit_dag ...BTW, didn't get a syntax error when putting 'DAGMAN_USE_CONDOR_SUBMIT = False' at the top of your DAG?
Marco[1] https://htcondor.readthedocs.io/en/latest/users-manual/dagman-workflows.html#configuration-specific-to-a-dag