123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!-- Task description -->
- <job nProcesses="200">
- <!-- Decription of the task -->
- <command>
- setenv NODEBUG yes
- starver SL16l
- cd /star/data01/pwg/pusheax/simu/pythia6
- set randNum = `perl -e 'print int(rand() * 20000) . "\n";'`
- root.exe -b -q FemtoDstMaker_mesons_pp350_pythia6.C\(\"$JOBID.root\"\)
- </command>
- <ResourceUsage>
- <Priority>99</Priority>
- </ResourceUsage>
- <stdout URL="file:./log/out/$JOBID.out" />
- <stderr URL="file:./log/err/$JOBID.err" />
- </job>
|