翻訳と辞書
Words near each other
・ HTTP 404
・ HTTP 451
・ HTTP authentication
・ HTC Typhoon
・ HTC TyTN
・ HTC TyTN II
・ HTC Universal
・ HTC Vive
・ HTC Wildfire
・ HTC Wildfire S
・ HTC Windows Phone 8S
・ HTC Windows Phone 8X
・ HTC Wizard
・ HTC-Highroad
・ HTCC
HTCondor
・ HTD
・ HTE
・ HTEC UAV
・ Htedanshi
・ Htein Lin
・ Hteinbin Cemetery
・ Hteinson
・ Htet Htet Htun
・ HTF
・ HTFC
・ HTG (disambiguation)
・ HTGW
・ HTH
・ HTH HAND


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

HTCondor : ウィキペディア英語版
HTCondor

HTCondor is an open-source high-throughput computing software framework for coarse-grained distributed parallelization of computationally intensive tasks.〔

It can be used to manage workload on a dedicated cluster of computers, and/or to farm out work to idle desktop computersso-called cycle scavenging. HTCondor runs on Linux, Unix, Mac OS X, FreeBSD, and contemporary Windows operating systems. HTCondor can seamlessly integrate both dedicated resources (rack-mounted clusters) and non-dedicated desktop machines (cycle scavenging) into one computing environment.
HTCondor was formerly known as Condor; the name was changed in October 2012 to resolve a trademark lawsuit.
HTCondor is developed by the HTCondor team at the University of Wisconsin–Madison and is freely available for use. HTCondor follows an open source philosophy (it's licensed under the Apache License 2.0).〔(HTCondor License Agreement )〕 It can be downloaded from (the HTCondor web site ) or by installing the Fedora Linux Distribution. It is also available on other platforms, like Ubuntu from the repositories.
By way of example, the NASA Advanced Supercomputing facility (NAS) HTCondor pool consists of approximately 350 SGI and Sun workstations purchased and used for software development, visualization, email, document preparation, etc.
Each workstation runs a daemon that watches user I/O and CPU load. When a workstation has been idle for two hours, a job from the batch queue is assigned to the workstation and will run until the daemon detects a keystroke, mouse motion, or high non-HTCondor CPU usage. At that point, the job will be removed from the workstation and placed back on the batch queue.
HTCondor can run both sequential and parallel jobs. Sequential jobs can be run in several different "universes", including "vanilla" which provides the ability to run most "batch ready" programs, and "standard universe" in which the target application is re-linked with the HTCondor I/O library which provides for remote job I/O and job checkpointing. HTCondor also provides a "local universe" which allows jobs to run on the "submit host".

In the world of parallel jobs, HTCondor supports the standard MPI and PVM (Goux, et al. 2000) in addition to its own Master Worker "MW" library for extremely parallel tasks.
''HTCondor-G'' allows HTCondor jobs to use resources not under its direct control.
It is mostly used to talk to Grid and Cloud resources, like pre-WS and WS Globus, Nordugrid ARC, UNICORE and Amazon EC2.
But it can also be used to talk to other batch systems, like Torque/PBS and LSF. Support for Sun Grid Engine is currently under development as part of the EGEE project.
HTCondor supports the DRMAA job API. This allows DRMAA compliant clients to submit and monitor HTCondor jobs. The SAGA C++ Reference Implementation provides an HTCondor plug-in (adaptor), which makes HTCondor job submission and monitoring available via SAGA's Python and C++ APIs.
Other HTCondor features include "DAGMan" which provides a mechanism to describe job dependencies.
HTCondor is one of the job scheduler mechanisms supported by GRAM (Grid Resource Allocation Manager), a component of the Globus Toolkit.
HTCondor was the scheduler software used to distribute jobs for the first draft assembly of the Human Genome.
While HTCondor makes good use of unused computing time, leaving computers turned on for use with HTCondor will increase energy consumption and associated costs. The University of Liverpool〔(University of Liverpool Condor Project )〕 has demonstrated an effective solution for this problem using a mixture of Wake-on-LAN and commercial power management PowerMAN (Software).〔(University of Liverpool case study with Data Synergy PowerMAN software )〕 Starting from version 7.1.1, HTCondor can hibernate and wake machines based on user-specified policies without the need for third-party software.
== See also ==

* List of distributed computing projects

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「HTCondor」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.