<?xml version="1.0" encoding="UTF-8"?>
<jsdl:JobDefinition xmlns:jsdl="http://schemas.ggf.org/jsdl/2005/11/jsdl">
    <jsdl:JobDescription>
        <jsdl:Application>
            <jsdl-hpcp:HPCProfileApplication xmlns:jsdl-hpcp="http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcp">
                <jsdl-hpcp:Executable>/bin/date</jsdl-hpcp:Executable>
                <jsdl-hpcp:Output>${GLOBUS_JOB_ID}.out</jsdl-hpcp:Output>
                <jsdl-hpcp:Error>${GLOBUS_JOB_ID}.err</jsdl-hpcp:Error>
                <jsdl-hpcp:WorkingDirectory>${GLOBUS_USER_HOME}/public_html/SC2006/</jsdl-hpcp:WorkingDirectory>
                <jsdl-hpcp:UserName>lane</jsdl-hpcp:UserName>
            </jsdl-hpcp:HPCProfileApplication>
        </jsdl:Application>
    </jsdl:JobDescription>
</jsdl:JobDefinition>
