Skip to content

Instantly share code, notes, and snippets.

@oldpatricka
Created October 26, 2010 20:20
Show Gist options
  • Save oldpatricka/647707 to your computer and use it in GitHub Desktop.
Save oldpatricka/647707 to your computer and use it in GitHub Desktop.
<job>
<executable>/bin/sh</executable>
<directory>${GLOBUS_USER_HOME}</directory>
<argument>script.${GLOBUS_JOB_ID}.sh</argument>
<stdout>${GLOBUS_USER_HOME}/out.${GLOBUS_JOB_ID}.txt</stdout>
<stderr>${GLOBUS_USER_HOME}/err.${GLOBUS_JOB_ID}.txt</stderr>
<fileStageIn>
<transfer>
<sourceUrl>gsiftp://heplw26.phys.uvic.ca/hepuser/patricka/gridtest/script.sh</sourceUrl>
<destinationUrl>file:///${GLOBUS_USER_HOME}/script.${GLOBUS_JOB_ID}.sh</destinationUrl>
</transfer>
</fileStageIn>
<fileStageOut>
<transfer>
<sourceUrl>file:///${GLOBUS_USER_HOME}/out.${GLOBUS_JOB_ID}.txt</sourceUrl>
<destinationUrl>gsiftp://heplw26.phys.uvic.ca/hepuser/patricka/gridtest/out/out.${GLOBUS_JOB_ID}.txt</destinationUrl>
</transfer>
<transfer>
<sourceUrl>file:///${GLOBUS_USER_HOME}/err.${GLOBUS_JOB_ID}.txt</sourceUrl>
<destinationUrl>gsiftp://heplw26.phys.uvic.ca/hepuser/patricka/gridtest/out/err.${GLOBUS_JOB_ID}.txt</destinationUrl>
</transfer>
</fileStageOut>
<fileCleanUp>
<deletion>
<file>file:///${GLOBUS_USER_HOME}/script.${GLOBUS_JOB_ID}.sh</file>
</deletion>
<deletion>
<file>file:///${GLOBUS_USER_HOME}/out.${GLOBUS_JOB_ID}.txt</file>
</deletion>
<deletion>
<file>file:///${GLOBUS_USER_HOME}/err.${GLOBUS_JOB_ID}.txt</file>
</deletion>
</fileCleanUp>
</job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment