April 20, 2004
Running Athena in BNL::[Misc]

Athena is the framework based on GAUDI, actually GAUDI is still the kernel of Athena.
By the year of 2006, then experment of ATLAS start, the Athena will be the main framework to proess the Giga data from the collication.
In short , let have a look of running Athena 7.0.2 in BNL farm:
1]
ssh user@atlasgw.bnl.gov
2]
ssh acasxxx
3]
mkdir work
4]
cp ~lul/requirement .
5]
cd work
cp ~lul/work/source.csh .
6]
source source.csh
cmt co TestRelease
7]
cd work/TestRelease/TestRelease-00-00-16/cmt
8]
source setup.csh
9]
cmt config
10]
cmt br gmake
11]
source setup.csh
12]
cd ../run
13]
find dc1.000032.simul.0001.test.higgs130_4e.zebra
ln -s dc1.000032.simul.0001.test.higgs130_4e.zebra ZEBRA.P
14]
wget http://www.usatlas.bnl.gov/atlas_psc/guide/reconstruction/example/MyRecExCommon_jobOptions_h.txt
15]
athena MyRecExCommon_jobOptions_h.txt > & rec2.log
16]
done
Trackback
You can ping this entry by using http://www.wespoke.com/cgi-bin/mt/mt-tb.cgi/422
Comments
47 16:18 rm -rf work2 work3/
48 16:18 mkdir work2
49 16:18 ls
50 16:18 cd work2/
51 16:18 ls
52 16:18 cd
53 16:18 ls
54 16:18 locate source.csh
55 16:19 find . | grep source.csh
56 16:19 cd tution/
57 16:19 ls
58 16:19 more howto.txt
59 16:19 more howto.txt
60 16:19 ls
61 16:19 cd
62 16:19 ls
63 16:20 cd -
64 16:20 ls
65 16:20 more source.csh
66 16:21 cd ../work2/
67 16:21 cp ../tution/source.csh .
68 16:21 pico source.csh
69 16:21 source source.csh
70 16:21 ls
71 16:21 cmt co TestRelease
72 16:22 ls
73 16:23 cd
74 16:23 ls
75 16:23 more setup.csh
76 16:23 source setup.csh
77 16:23 cd work2/TestRelease/TestRelease-00-00-18/cmt/
78 16:23 ls
79 16:23 cmt config
80 16:24 cmt br gmake
81 16:26 source setup.csh
82 16:26 cd ../run
83 16:26 ls
84 16:26 ls *pyth*
85 16:26 athena jobOptions.pythia_test.txt
86 16:26 history
