Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How can we have the .dag.* files written to a different directory?  -usedagdir doesn't help.
  • How can I set a variable in a DAG file that I can then use in the submit file in a conditional?  E.g.
    • DAG:
      • VARS step01 CHTC="false"

      • VARS step05 CHTC="true"
    • Submit: if defined $(CHTC)
      • if defined $(CHTC)
        • requirements = PoolName == "CHTC"
      • endif

...