Changes between Version 87 and Version 88 of main_old

Show
Ignore:
Timestamp:
06/14/11 12:18:08 (13 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • main_old

    v87 v88  
    3636 
    3737== QCG Middleware == 
    38 === Main features === 
    3938* the most efficient remote access to computational resources in a single cluster or many clusters in Poland and Europe, 
    4039* automatic steering of various types of complex computing experiments ranging from multi-parameter sweep studies to cross-cluster executions of parallel applications, 
     
    4948* fast and reliable installation procedures. 
    5049 
    51 === Architecture and Main Components === 
    52 The following diagram presents a general architecture of the !QosCosGrid middleware. Information about individual components is available by clicking on the corresponding objects. 
    53 {{{ 
    54 #!html 
    55  
    56 <img src="/trac/qcg/raw-attachment/wiki/WikiStart/QCG-Architecture-v7.png" usemap="#Main" style="margin-right:auto; display:block; margin-left:auto"> 
    57 <map name="Main"> 
    58   <area shape="rect" alt="Cross-cluster communication" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_libraries_and_cross-cluster_communication" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_libraries_and_cross-cluster_communication" title="Cross-cluster communication" coords="34,272,604,319"> 
    59   <area shape="rect" alt="QCG Science Gateways" href="http://www.qoscosgrid.org/trac/qcg/wiki/user_information#QosCosGridScienceGateways" target="http://www.qoscosgrid.org/trac/qcg/wiki/user_information#QosCosGridScienceGateways" title="QCG Science Gateways" coords="236,64,404,149"> 
    60   <area shape="rect" alt="QCG Data Movement" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_DataMovement" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_DataMovement" title="QCG Data Movement" coords="457,224,523,264"> 
    61   <area shape="rect" alt="QCG Data Movement" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_DataMovement" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG_DataMovement" title="QCG Data Movement" coords="111,224,178,264"> 
    62   <area shape="rect" alt="QCG Broker" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Broker" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Broker" title="QCG-Broker" coords="255,182,383,221"> 
    63   <area shape="rect" alt="QCG BES/AR" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Computing" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Computing" title="QCG-Computing" coords="469,109,598,148"> 
    64   <area shape="rect" alt="QCG BES/AR" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Computing" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Computing" title="QCG-Computing" coords="34,109,162,148"> 
    65   <area shape="rect" alt="QCG-Notification" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Notification" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Notification" title="QCG-Notification" coords="487,53,578,94"> 
    66   <area shape="rect" alt="QCG-Notification" href="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Notification" target="http://www.qoscosgrid.org/trac/qcg/wiki/QCG-Notification" title="QCG-Notification" coords="51,49,147,93"> 
    67   <area shape="rect" coords="772,115,772,115"> 
    68 </map> 
    69 }}} 
    70  
    71 In a nutshell, the !QosCosGrid middleware consists of two logical levels: grid domain and administrative domain. Grid-level services control, schedule and generally supervise the execution of end-users applications, which are spread between independent administrative domains. The administrative domain represents a single resource provider (e.g. HPC or datacenter) participating in a certain Grid or Cloud environment by sharing its computational resources, e.g. computing clusters, with both local and external end-users. The logical separation of administrative domains corresponds with the fact that they are possessed by different institutions or resource owners. Each institution contributes its resources for the benefit of the entire Grid or Cloud, while controlling its own administrative domain and own resource allocation/sharing policies.  
    72  
    73 The key component of every administrative domain in !QosCosGrid is the [[QCG-Computing|QCG-Computing]], which gives the remote access to queuing systems resources. QCG-Computing supports advance reservations, parallel execution environments - OpenMPI, !ProActive and MUSCLE with coordinators responsible for synchronization of cross-cluster executions (see [[QCG_libraries_and_cross-cluster_communication|Cross-cluster communication]]) and [[QCG_DataMovement|QCG Data Movement services]] for managing input and output data. The another relevant service at the administrative domain is in charge of notification mechanism and it is called [[QCG-Notification|QCG-Notification]]. These services are tightly integrated and connected to the Grid-level services. The critical service on that level is [[QCG-Broker|QCG-Broker]], which is a meta-scheduling framework controlling executions of applicaitons on the top of queuing systems via QCG-Computing services. 
     50See [[components|Components]] section. 
    7451 
    7552== End-user Information ==