1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description: -->
- <!-- -->
- <!-- example of Oscar2Root xml -->
- <!-- -->
- <job nProcesses="100" filesPerHour="24" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- cd /star/data01/pwg/pusheax/simu/urqmd/urqmd_auau200
- ln -s /star/data01/pwg/pusheax/stable/urqmd-3.4/inputfile_auau200.urqmd
- ln -s /star/data01/pwg/pusheax/stable/urqmd-3.4/urqmd.x86_64
- ln -s /star/data01/pwg/pusheax/stable/urqmd-3.4/urqmd_starter.sh
- urqmd_starter.sh --input inputfile_auau200.urqmd --output $JOBID
- </command>
- <stdout URL="file:./out/$JOBID.out" />
- <stderr URL="file:./err/$JOBID.err" />
- <input
- <output fromScratch="./$JOBID.f19" toURL="file:/star/data01/pwg/pusheax/urqmd_auau200/f19/"/>
- </job>
|