﻿<?xml version="1.0" encoding="utf-8" ?>
<jsdl:JobDefinition
		xmlns:jsdl="http://schemas.ggf.org/jsdl/2005/11/jsdl" 
		xmlns:jsdl-hpcp="http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcp" 
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <jsdl:JobDescription>
    <jsdl:JobIdentification>
      <jsdl:JobName>SC06 Demo Job Sample</jsdl:JobName>
      <jsdl:JobProject>SC06 Demo</jsdl:JobProject>
    </jsdl:JobIdentification>
    <jsdl:Application>
      <jsdl-hpcp:HPCProfileApplication name="Time" >
        <jsdl-hpcp:Executable>time.exe</jsdl-hpcp:Executable>
        <jsdl-hpcp:Argument>/T</jsdl-hpcp:Argument>
        <jsdl-hpcp:Output>time.txt</jsdl-hpcp:Output>
        <jsdl-hpcp:Error>time_err.txt</jsdl-hpcp:Error>
        <jsdl-hpcp:WorkingDirectory>\\10.6.30.167\SC06DemoOutput</jsdl-hpcp:WorkingDirectory>
      </jsdl-hpcp:HPCProfileApplication>
    </jsdl:Application>
    <jsdl:Resources>
      <jsdl:ExclusiveExecution>false</jsdl:ExclusiveExecution>
      <jsdl:TotalCPUCount>
        <jsdl:UpperBoundedRange>1.0</jsdl:UpperBoundedRange>
        <jsdl:LowerBoundedRange>1.0</jsdl:LowerBoundedRange>
      </jsdl:TotalCPUCount>
    </jsdl:Resources>
  </jsdl:JobDescription>
</jsdl:JobDefinition>
