-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpicoJob.xml
More file actions
36 lines (27 loc) · 983 Bytes
/
picoJob.xml
File metadata and controls
36 lines (27 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE note [
<!-- pre-define absolut path in one place -->
<!ENTITY basePath "/gpfs01/star/pwg/jkubat/upsilon/">
]>
<job fileListSyntax="paths" maxFilesPerProcess="200" minFilesPerProcess="175" simulateSubmission="false">
<stdout URL="file:&basePath;out/stdout/job_$JOBID.log" />
<stderr URL="file:&basePath;out/stderr/job_$JOBID.err" />
<command>
starver SL18b
pwd
cp &basePath;readPicoDst.C .
ls -l
root4star -q -b -l readPicoDst.C\(10000000,\"$FILELIST\",\"$JOBID.root\"\) >& ${JOBID}.log
gzip ${JOBID}.log
ls -lrt
</command>
<input URL="filelist:&basePath;files.list" />
<output fromScratch="*.gz" toURL="file:&basePath;out/gz/"/>
<output fromScratch="*.root" toURL="file:&basePath;out/output/"/>
<SandBox installer="ZIP">
<Package name="LocalLibraries">
<File>file:&basePath;StRoot/</File>
<File>file:&basePath;.sl73_gcc485/</File>
</Package>
</SandBox>
</job>