-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
37 lines (26 loc) · 1.28 KB
/
README
File metadata and controls
37 lines (26 loc) · 1.28 KB
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
# mvala (edited from web page)
# Easy and fast
export ALIRSNLITE_OPTS='-DPWGLFresonances=/home/mvala/git/AliRsn'
<AliRsnLite-path>/scripts/alirsnlite-make.sh -j5 install
# cmake example from $ALICE_ROOT
cd <AliRsnLite-path>
mkdir build
cd build
cmake -DALIRSNLITE_SYNC=YES ../
# cmake example from $ALICE_ROOT with external libs (PWG2resonances and EventMixing)
cd <AliRsnLite-path>
mkdir build
cd build
cmake -DALIRSNLITE_SYNC=YES -DPWGLFresonances=/home/mvala/git/AliRsn/ -DEventMixing=/home/mvala/git/EventMixing/ ../
# NEW cmake instruction
export ALIRSNLITE_OPTS="-DPWGLFresonances=/home/mvala/git/AliRsn"
# export ALIRSNLITE_OPTS="-DPWGLFresonancesdev=/home/mvala/git/AliRsnDev"
<AliRsnLite-path>/scripts/alirsnlite-make.sh -j3
# run on PROOF
# $ <AliRsnLite-path>/scripts/alirsnlite-main.sh --root.exe --plugin proof:test --input aod --dataset <txt-file-with-list-of-local-files>
# run on PROOF
# $ <AliRsnLite-path>/scripts/alirsnlite-main.sh --root.exe --plugin proof:full --input aod --dataset <dataset-name|txt-file-with-list-of-datasets>
# run on GRID
# $ <AliRsnLite-path>/scripts/alirsnlite-main.sh --root.exe --plugin grid:full --input aod
# run MERGING on GRID after some jobs are done
# $ <AliRsnLite-path>/scripts/alirsnlite-main.sh --root.exe --plugin grid:terminate --input aod