HTCondor Version 9.0.17 Manual¶
Center for High Throughput Computing, University of Wisconsin–Madison.
September 29, 2022
Contents
- Getting HTCondor
- Overview
- Users’ Manual
- HTCondor Quick Start Guide
- Welcome and Introduction to HTCondor
- Running a Job: the Steps To Take
- Submitting a Job
- Submitting Jobs Without a Shared File System: HTCondor’s File Transfer Mechanism
- Managing a Job
- Automatically managing a job
- Services for Running Jobs
- Priorities and Preemption
- DAGMan Workflows
- Matchmaking with ClassAds
- Choosing an HTCondor Universe
- Java Applications
- Parallel Applications (Including MPI Applications)
- Virtual Machine Applications
- Docker Universe Applications
- Self-Checkpointing Applications
- Time Scheduling for Job Execution
- Special Environment Considerations
- Potential Problems
- Administrators’ Manual
- Introduction
- Starting Up, Shutting Down, Reconfiguring, and Restarting HTCondor
- Introduction to Configuration
- Configuration Templates
- Configuration Macros
- User Priorities and Negotiation
- Policy Configuration for Execute Hosts and for Submit Hosts
- Security
- Networking (includes sections on Port Usage and CCB)
- DaemonCore
- Monitoring
- The High Availability of Daemons
- Setting Up for Special Environments
- Java Support Installation
- Setting Up the VM and Docker Universes
- Singularity Support
- Power Management
- Windows Installer
- Directories
- Miscellaneous Concepts
- Grid Computing
- Cloud Computing
- Application Programming Interfaces (APIs)
- Platform-Specific Information
- Frequently Asked Questions (FAQ)
- Contrib and Source Modules
- Version History and Release Notes
- Command Reference Manual (man pages)
- bosco_cluster
- bosco_findplatform
- bosco_install
- bosco_ssh_start
- bosco_start
- bosco_stop
- bosco_uninstall
- classad_eval
- ClassAds
- condor_adstash
- condor_advertise
- condor_annex
- condor_check_password
- condor_check_userlogs
- condor_chirp
- condor_configure
- condor_config_val
- condor_continue
- condor_convert_history
- condor_dagman
- condor_drain
- condor_evicted_files
- condor_fetchlog
- condor_findhost
- condor_gather_info
- condor_gpu_discovery
- condor_history
- condor_hold
- condor_install
- condor_job_router_info
- condor_master
- condor_now
- condor_off
- condor_on
- condor_ping
- condor_pool_job_report
- condor_power
- condor_preen
- condor_prio
- condor_procd
- condor_q
- condor_qedit
- condor_qsub
- condor_reconfig
- condor_release
- condor_reschedule
- condor_restart
- condor_rm
- condor_rmdir
- condor_router_history
- condor_router_q
- condor_router_rm
- condor_run
- condor_set_shutdown
- condor_sos
- condor_ssh_to_job
- condor_stats
- condor_status
- condor_store_cred
- condor_submit
- condor_submit_dag
- condor_suspend
- condor_tail
- condor_token_create
- condor_token_fetch
- condor_token_list
- condor_token_request
- condor_token_request_approve
- condor_token_request_auto_approve
- condor_token_request_list
- condor_top
- condor_transfer_data
- condor_transform_ads
- condor_update_machine_ad
- condor_updates_stats
- condor_urlfetch
- condor_userlog
- condor_userprio
- condor_vacate
- condor_vacate_job
- condor_version
- condor_wait
- condor_watch_q
- condor_who
- get_htcondor
- gidd_alloc
- procd_ctl
Appendix
- ClassAd Attributes
- ClassAd Types
- Accounting ClassAd Attributes
- Job ClassAd Attributes
- Machine ClassAd Attributes
- DaemonMaster ClassAd Attributes
- Scheduler ClassAd Attributes
- Negotiator ClassAd Attributes
- Submitter ClassAd Attributes
- Defrag ClassAd Attributes
- Collector ClassAd Attributes
- ClassAd Attributes Added by the condor_collector
- DaemonCore Statistics Attributes
- Codes and Other Needed Values
- Index
Licensing and Copyright¶
HTCondor is released under the Apache License, Version 2.0.
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/
Copyright © 1990-2019 Center for High Throughput Computing, Computer Sciences Department, University of Wisconsin-Madison, WI.
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
For complete information and additional license notices see http://htcondor.org/license.html.