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