Changes between Version 22 and Version 23 of UMDVerification

Show
Ignore:
Timestamp:
08/01/13 15:38:51 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UMDVerification

    v22 v23  
    170170}}} 
    171171=== PARALLEL_JOB_3 === 
     172Job Execution Appliances that also provide the Parallel Job Capability should allow users to submit a job requesting a combination of slots per physical machine. Here we also provide just the JSDL: 
     173 
     174<?xml version="1.0" encoding="UTF-8"?> 
     175 
     176<jsdl:JobDefinition 
     177 xmlns:jsdl="http://schemas.ggf.org/jsdl/2005/11/jsdl" 
     178 xmlns:jsdl-hpcpa="http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa" 
     179 xmlns:jsdl-qcg-comp-factory="http://schemas.qoscosgrid.org/comp/2011/04/jsdl/factory"> 
     180   <jsdl:JobDescription> 
     181      <jsdl:JobIdentification> 
     182         <jsdl:JobName>PARALLEL_JOB_2</jsdl:JobName> 
     183      </jsdl:JobIdentification> 
     184      <jsdl:Application> 
     185        <jsdl-hpcpa:HPCProfileApplication> 
     186            <jsdl-hpcpa:Executable>/bin/sleep</jsdl-hpcpa:Executable> 
     187            <jsdl-hpcpa:Argument>60</jsdl-hpcpa:Argument> 
     188        </jsdl-hpcpa:HPCProfileApplication> 
     189      </jsdl:Application>       
     190     <jsdl:Resources> 
     191   <jsdl:IndividualCPUCount> 
     192              <jsdl:Exact>2</jsdl:Exact> 
     193   </jsdl:IndividualCPUCount> 
     194   <jsdl:TotalResourceCount> 
     195              <jsdl:Exact>2</jsdl:Exact> 
     196   </jsdl:TotalResourceCount> 
     197 </jsdl:Resources> 
     198      </jsdl:JobDescription> 
     199</jsdl:JobDefinition> 
    172200=== PARALLEL_MPI_1 === 
    173201Parallel Job Appliances must support the execution of MPI jobs.