Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 2.95 KB

index.rst

File metadata and controls

93 lines (69 loc) · 2.95 KB

HTCondor Version |release| Manual

The HTCondor Software Suite (HTCSS) is a software system that creates a High-Throughput Computing (HTC) environment. This environment might be a single cluster, a set of related clusters on a campus, cloud resources, or national or international federations of computers.

If you are a user of HTCondor, and have been given a login or credentials to use a batch scheduler on an Access Point (sometimes called a scheduler or login node), you may want to read our Quick Start guide here: :ref:`users-manual/quick-start-guide:Users' Quick Start Guide`

If you are beginning administrator of HTCondor, or want to install it for the first time, please look at our installation guide here: :ref:`getting-htcondor/index:Downloading and Installing`

Otherwise, for users of HTCondor who want more information, a complete user's reference manual is here: :ref:`users-manual/index:Users' Manual`, and a similar complete reference for administrators of HTCondor can be found here: :ref:`admin-manual/index:Administrators' Manual`

HTCondor contains many command line tools, each with a traditional Unix "man-page". These may be found here: :ref:`man-pages/index:Command Reference Manual (man pages)`

Finally, for users writing Python interfaces to HTCondor, our Python API documentation is here: :ref:`apis/python-bindings/index:Python Bindings`

A complete table of contents follows.

Manual built on |release_date|

.. toctree::
   :maxdepth: 2
   :glob:
   :Caption: Quick start guides

   users-manual/quick-start-guide
   getting-htcondor/index
   overview/index

.. toctree::
   :maxdepth: 2
   :glob:
   :caption: Reference Manuals

   users-manual/index
   admin-manual/index
   classads/index
   automated-workflows/index
   apis/python-bindings/index

.. toctree::
   :maxdepth: 2
   :glob:
   :caption: Additional Docs

   grid-computing/index
   cloud-computing/index
   apis/chirp.rst
   platform-specific/index
   faq/index
   version-history/index

.. toctree::
   :maxdepth: 2
   :glob:
   :caption: Appendix and Tables

   man-pages/index
   classad-attributes/index
   codes-other-values/index
   codes-other-values/glossary
   genindex


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/

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.