Executable
Falconry executable,which allows to run set of commands on HTCondor within the current environment (using the htcondor getenv option, see:https://htcondor.readthedocs.io/en/latest/users-manual/env-of-job.html#environment-variables).
usage: falconry [-h] [--dry] [--dir DIR] [-s SUBDIR] [--retry-failed]
[--set-time SET_TIME] [-v] [--ncpu NCPU]
commands
Positional Arguments
- commands
Commands to run. Can be either be specified directly in the cli one can specify link to file with multiple commands. In cli, commands separated by ;, in file by a new line. Commands grouped together are assumed to run in paralel, blocks separated by ll (cli) or empty line (file) are assumed to depend on previous block of commands.
Named Arguments
- --dry
Dry run
Default:
False- --dir
Output directory for falconry, condor_output by default.
Default:
'condor_output'- -s, --subdir
Output sub-directory for falconry, empty by default
Default:
''- --retry-failed
Retry failed jobs from previous run
Default:
False- --set-time, -t
Set time limit for jobs
Default:
10800- -v, --verbose
Print extra info.
Default:
False- --ncpu
Number of cpus to request. Default is 1
Default:
1