1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description: -->
- <!-- -->
- <!-- UrQMD AuAu 200 GeV xml script -->
- <!-- -->
- <job nProcesses="2" filesPerHour="24" fileListSyntax="xrootd">
- <!-- Decription of the task -->
- <command>
- cd /gpfs01/star/scratch/pusheax/simu/urqmd/urqmd_auau200
-
- ln -s /star/u/pusheax/urqmd_inputfiles/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" />
- <output fromScratch="./$JOBID.f19" toURL="file:/gpfs01/star/scratch/pusheax/simu/urqmd/urqmd_auau200/f19"/>
- </job>
|