Oscar2Root.xml 874 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!-- Task description: -->
  3. <!-- -->
  4. <!-- example of Oscar2Root xml -->
  5. <!-- -->
  6. <job nProcesses="100" filesPerHour="24" fileListSyntax="xrootd">
  7. <!-- Decription of the task -->
  8. <command>
  9. cd /star/data01/pwg/pusheax/simu/urqmd/urqmd_auau200
  10. ln -s /star/data01/pwg/pusheax/stable/urqmd-3.4/inputfile_auau200.urqmd
  11. ln -s /star/data01/pwg/pusheax/stable/urqmd-3.4/urqmd.x86_64
  12. ln -s /star/data01/pwg/pusheax/stable/urqmd-3.4/urqmd_starter.sh
  13. urqmd_starter.sh --input inputfile_auau200.urqmd --output $JOBID
  14. </command>
  15. <stdout URL="file:./out/$JOBID.out" />
  16. <stderr URL="file:./err/$JOBID.err" />
  17. <input
  18. <output fromScratch="./$JOBID.f19" toURL="file:/star/data01/pwg/pusheax/urqmd_auau200/f19/"/>
  19. </job>