Package condor
HTCondor: High Throughput Computing
HTCondor is a specialized workload management system for
compute-intensive jobs. Like other full-featured batch systems, HTCondor
provides a job queuing mechanism, scheduling policy, priority scheme,
resource monitoring, and resource management. Users submit their
serial or parallel jobs to HTCondor, HTCondor places them into a queue,
chooses when and where to run the jobs based upon a policy, carefully
monitors their progress, and ultimately informs the user upon
completion.
Version: 25.13.2
General Commands | |
| classad_eval | classad_eval tests and/or debugs ClassAd expressions provided via the command line when evaluated in a specific contexts of source and target ClassAds. |
| classads | |
| condor_adstash | |
| condor_advertise | condor_advertise sends one or more ClassAds to the condor_collector daemon on the central manager machine. |
| condor_check_userlogs | condor_check_userlogs is a program for checking a job event log or a set of job event logs for errors. |
| condor_chirp | condor_chirp is not intended for use as a command-line tool. It is most often invoked by an HTCondor job, while the job is executing. |
| condor_config_val | condor_config_val can be used to quickly see what the current HTCondor configuration is on any given machine. |
| condor_continue | condor_continue continues one or more jobs that have been suspended as a result of running condor_suspend. |
| condor_dag_checker | Process provided DAG file(s) for any issues that would prevent the creation and execution of a DAG. |
| condor_dagman | A meta node scheduler that automatically manages HTCondor user workflows that describe jobs as nodes in a Directed Acyclic Graph (DAG). |
| condor_drain | condor_drain is an administrative command used to control the draining of all slots on an execute machine. |
| condor_evicted_files | Print the directory or directories HTCondor is using to store files for the specified job or jobs. |
| condor_fetchlog | condor_fetchlog contacts HTCondor running on the machine specified by machine-name, and asks it to return a log file from that machine. |
| condor_findhost | |
| condor_gather_info | |
| condor_gpu_discovery | Display capabilities of GPU's discovered on the host machine in ClassAd format. |
| condor_history | |
| condor_hold | Place job(s) into the hold state in HTCondor. Held jobs will remain in the condor_schedd but will not be matched to resources or executed. |
| condor_job_router_info | condor_job_router_info displays information about job routing. The information will be either the available, configured routes or the routes for specified jobs. |
| condor_master | This daemon is responsible for keeping all the rest of the HTCondor daemons running on each machine in your pool. |
| condor_now | |
| condor_off | condor_off shuts down a set of the HTCondor daemons running on a set of one or more machines. |
| condor_on | condor_on starts up a set of the HTCondor daemons on a set of machines. This command assumes that the condor_master is already running on the machine. |
| condor_ping | condor_ping attempts a security negotiation to discover whether the configuration is set such that the negotiation succeeds. |
| condor_pool_job_report | condor_pool_job_report is a Linux-only tool that is designed to be run nightly using cron. |
| condor_power | condor_power sends one UDP Wake on LAN (WOL) packet to a machine specified either by command line arguments or by the contents of a machine ClassAd. |
| condor_preen | |
| condor_prio | condor_prio changes the priority of one or more jobs in the HTCondor queue. |
| condor_procd | condor_procd tracks and manages process families on behalf of the HTCondor daemons. |
| condor_q | condor_q displays information about jobs in the HTCondor job queue. |
| condor_qedit | condor_qedit modifies job ClassAd attributes of queued HTCondor jobs. |
| condor_qsub | condor_qsub submits an HTCondor job. This job is specified in a PBS/Torque style or an SGE style. |
| condor_qusers | condor_qusers adds, removes, edits, enables, disables or shows User or Project records in the AP. Which records are specified by name or by constraint. |
| condor_reconfig | condor_reconfig reconfigures all of the HTCondor daemons in accordance with the current status of the HTCondor configuration file(s). |
| condor_release | Releases job(s) from the held state back to idle in HTCondor to allow the job(s) to be matched to resources and executed. |
| condor_remote_cluster | condor_remote_cluster is part of a feature for accessing high throughput computing resources from a local desktop using only an SSH connection. |
| condor_reschedule | condor_reschedule updates the information about a set of machines' resources and jobs to the central manager. |
| condor_restart | condor_restart restarts a set of HTCondor daemons on a set of machines. The daemons will be put into a consistent state, killed, and then invoked anew. |
| condor_rm | Remove job(s) currently being managed by an Access Point. |
| condor_rmdir | |
| condor_router_history | condor_router_history summarizes statistics for routed jobs over the previous 24 hours. |
| condor_router_q | condor_router_q displays information about jobs managed by the condor_job_router that are in the HTCondor job queue. |
| condor_router_rm | condor_router_rm is a script that provides additional features above those offered by condor_rm, for removing jobs being managed by the HTCondor Job Router. |
| condor_run | condor_run bundles a shell command line into an HTCondor job and submits the job. |
| condor_set_shutdown | condor_set_shutdown sets a program (typically a script) to execute when the condor_master daemon shuts down. |
| condor_sos | condor_sos sends the condor_command in such a way that the command is serviced ahead of other waiting commands. |
| condor_ssh_start | HTCondor Manual |
| condor_ssh_to_job | condor_ssh_to_job creates an ssh session to a running job. The job is specified with the argument. |
| condor_ssl_fingerprint | condor_ssl_fingerprint parses provided file for X.509 certificcates and prints prints them to stdout. |
| condor_status | condor_status is a versatile tool that may be used to monitor and query the HTCondor pool. |
| condor_store_cred | condor_store_cred stores credentials in a secure manner. There are three actions, each of which can optionally be followed by a hyphen and one of three types. |
| condor_submit | condor_submit is the program for submitting jobs for execution under HTCondor. |
| condor_submit_dag | |
| condor_suspend | All the processes in a suspended job are sent the SIGSTOP signal, or equivalent. They consume no cpu usage, but continue to use memory and scratch disk space. |
| condor_tail | condor_tail displays the last bytes of a file in the sandbox of a running job identified by the command line argument job-ID. stdout is tailed by default. |
| condor_test_token | |
| condor_token_create | |
| condor_token_fetch | condor_token_fetch will attempt to fetch an authentication token from a remote daemon. |
| condor_token_list | condor_token_list parses the tokens available to the current user and prints them to stdout. |
| condor_token_request | condor_token_request will request an authentication token from a remote daemon. |
| condor_token_request_approve | condor_token_request_approve will approve an request for an authentication token queued at a remote daemon. |
| condor_token_request_auto_approve | condor_token_request_auto_approve will install a temporary auto-approval rule for token requests. |
| condor_token_request_list | condor_token_request_list will list all requests for tokens currently queued at a remote daemon. |
| condor_top | |
| condor_transfer_data | condor_transfer_data causes HTCondor to transfer spooled data. |
| condor_transform_ads | |
| condor_update_machine_ad | condor_update_machine_ad modifies the specified condor_startd daemon's machine ClassAd. |
| condor_updates_stats | condor_updates_stats parses the output from condor_status, and it displays the information relating to update statistics in a useful format. |
| condor_upgrade_check | condor_upgrade_check is a tool intended to be used by administrators before upgrading an HTCondor install to a new major version. |
| condor_urlfetch | |
| condor_userlog | condor_userlog parses the information in job log files and displays summaries for each workstation allocation and for each job. |
| condor_userprio | Modify or display priority information for submitters and/or groups from HTCondor's accounting. By default, only display active submitters (i.e. |
| condor_vacate | condor_vacate causes HTCondor to force jobs to vacate from a given set of machines. The job(s) remain in the submitting machine's job queue. |
| condor_vacate_job | |
| condor_version | Display the current HTCondor installation's version number and platform information. |
| condor_wait | |
| condor_watch_q | Continually track the status of jobs over time updating the displayed output at job status change. |
| condor_who | condor_who queries and displays information about the user that owns the jobs running on a machine. It is intended to be run on an execute machine. |
| get_htcondor | |
| gidd_alloc | This program will scan the alive PIDs, looking for which GID is unused in the supplied, inclusive range specified by the required arguments min-gid and… |
| htcondor | htcondor is a tool for managing HTCondor jobs, job sets, resources, event logs, DAGs, and annexes. |
| htcondor-jdl | HTCondor Manual |
| procd_ctl | This is a programmatic interface to the condor_procd daemon. |