Versions Compared

Key

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

...

DAG can work like Make and run or not run jobs
based on the time of files.  Does this replace what Makeflow does?  Seems like it is simpler than Makeflow.  Data Flow will skip nodes if the defined output file is newer than the input file.  It is in the latest 8.9.7 release.

Docker

Condor has docker images (regular and mini)
docker run htcondor/cm
docker run -t -I htcondor/mini

...