12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job nProcesses="5">
- <!-- Decription of the task -->
- <command>
- cd ${SUBMITTINGDIRECTORY}
- setenv NODEBUG yes
- starver SL16l
- set randNum = `perl -e 'print int(rand() * 20000) . "\n";'`
- root.exe -b -q FemtoDstMaker_mesons_pp200_pythia6.C\(\"$JOBID.root\"\)
- </command>
- <Generator>
- <Location>./report_out</Location>
- <ScriptLocation>./condor_out</ScriptLocation>
- <ListLocation>./list_out</ListLocation>
- </Generator>
- <ResourceUsage>
- <Priority>100</Priority>
- </ResourceUsage>
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- </job>
|