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

Re: [HTCondor-users] Feature request: non-integer DAGMAN_SUBMIT_DELAY



A couple of other notes on this:

* You should set SUBMIT_SKIP_FILECHECKS to True in your configuration.  This will reduce the load on the filesystem from the node job submits.

* Avoid creating individual log files for each node job if you're doing this (since 7.9.0, DAGMan has defaulted to using a single log file for all jobs, so it doesn't need the individual log files anymore).   However, if you define individual log files your submit files, those files are still created.  You can either removed the "log =" lines in your submit files, or, if you are running 8.3.1 or later, set DAGMAN_SUPPRESS_JOB_LOGS to True (either in your global HTCondor configuration or a per-DAG config file).

(See http://research.cs.wisc.edu/htcondor/manual/v8.5/2_10DAGMan_Applications.html#SECTION003108500000000000000 for information about per-DAG config files.)

Kent