[ogsa-hpcp-wg] JSDL for my endpoint

Christopher Smith csmith at platform.com
Wed Oct 18 10:57:24 CDT 2006


Hi all,

I've got something up and running which can accept CreateActivity now. I've
embedded a JSDL document that works for my system.

If you could use your name in the JobProject, I would appreciate it (not
required though), and JobName can be anything. Also, if you specify the same
output file all the time, LSF will append the outputs of multiple runs
together. 

I'm just figuring out a way for people to retrieve output.

-- Chris

<JobDefinition xmlns="http://schemas.ggf.org/jsdl/2005/11/jsdl">
    <JobDescription>
        <JobIdentification>
            <JobName>Uname</JobName>
            <JobProject>Chris</JobProject>
        </JobIdentification>
        <Application>
            <HPCProfileApplication
xmlns="http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcp">
                <Executable>uname</Executable>
                <Argument>-a</Argument>
                <Output>uname_chris.out</Output>
                <WorkingDirectory>/tmp/interop</WorkingDirectory>
            </HPCProfileApplication>
        </Application>
        <Resources>
            <TotalCPUCount>
                <Exact>1</Exact>
            </TotalCPUCount>
        </Resources>
    </JobDescription>
</JobDefinition>



More information about the ogsa-hpcp-wg mailing list