Oscar97Example.xml 906 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!-- Task description: -->
  3. <!-- -->
  4. <!-- UrQMD text xml script -->
  5. <!-- -->
  6. <job maxFilesPerProcess="1" filesPerHour="10" fileListSyntax="xrootd">
  7. <!-- Decription of the task -->
  8. <command>
  9. setenv NODEBUG yes
  10. starver pro
  11. cd ${SUBMITTINGDIRECTORY}
  12. set FILE_TO_WORK=`head -1 $FILELIST | tr -d '\n'`
  13. echo FILE TO WORK $FILE_TO_WORK
  14. root4star -b -q convertF19.C\(\"$FILE_TO_WORK\",\"$JOBID.root\"\)
  15. </command>
  16. <ResourceUsage>
  17. <Priority>99</Priority>
  18. </ResourceUsage>
  19. <!-- Get input files from get_file_lis.pl -->
  20. <input URL="file:/star/data01/pwg/pusheax/run/simulation/UrQMD/run_pp510/*.f19" nFiles="all" />
  21. <stdout URL="file:./log/out/$JOBID.out" />
  22. <stderr URL="file:./log/err/$JOBID.err" />
  23. </job>