Changes between Version 69 and Version 70 of InstallingUsingRPMS

Show
Ignore:
Timestamp:
10/13/11 09:36:24 (13 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingUsingRPMS

    v69 v70  
    737737}}} 
    738738}}} 
     739= PL-Grid Grants Support = 
     740Since version 2.2.7 QCG-Computing supports the PL-Grid grants system. The integration has two aspects: 
     741* QCG-Computing can accept jobs which has  
     742 
     743{{{ 
     744#!div style="font-size: 90%" 
     745{{{#!sh 
     746<?xml version="1.0" encoding="UTF-8"?> 
     747 
     748<jsdl:JobDefinition 
     749 xmlns:jsdl="http://schemas.ggf.org/jsdl/2005/11/jsdl" 
     750 xmlns:jsdl-hpcpa="http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa" 
     751 xmlns:jsdl-qcg-comp-factory="http://schemas.qoscosgrid.org/comp/2011/04/jsdl/factory"> 
     752   <jsdl:JobDescription> 
     753      <jsdl:JobIdentification> 
     754         <jsdl:JobName>Sample-BES-HPC</jsdl:JobName> 
     755         <jsdl:JobProject>Manhattan</jsdl:JobProject> 
     756      </jsdl:JobIdentification> 
     757      <jsdl:Application> 
     758         <jsdl-hpcpa:HPCProfileApplication> 
     759}}} 
     760}}} 
     761 
     762* QCG-Computing can provide information about the local grants to the upper layers (e.g. QCG-Computing), so they can use for scheduling purpose. One can enable it by adding the following line to the QCG-Computing configuration file (qcg-compd.xml): 
     763 
     764{{{ 
     765#!div style="font-size: 90%" 
     766{{{#!sh 
     767<sm:Module xsi:type="sm:general_python" path="/opt/plgrid/qcg/lib/qcg-comp/modules/python/plgrid_info.py"/> 
     768}}} 
     769}}} 
     770