User:Vscharf: Difference between revisions
From KIP Wiki
ā§¼kip-jumptonavigationā§½ā§¼kip-jumptosearchā§½
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
⚫ | |||
Grid Jobs: |
|||
⚫ | |||
1.) Ganga: |
|||
⚫ | |||
x@tractor: wget http://cern.ch/ganga/download/ganga-install |
|||
x@tractor: python ganga-install --extern=GangaAtlas,GangaNG,GangaCronus,GangaGUI,GangaPlotter 5.0.5 |
|||
== Squid/Frontier access from local farm == |
|||
2.) Ganga einrichten: |
|||
# add ganga info to shell |
|||
export PATH=$PATH:$HOME/Ganga/install/5.0.5/bin |
|||
export GANGA_CONFIG_PATH=$HOME/Ganga/install/5.0.5/python/GangaAtlas/Atlas.ini |
|||
* forward localhost:8181 to atlassquid1.cern.ch:3128 |
|||
an .bashrc anfĆ¼gen |
|||
<nowiki>$> ssh -L 8181:atlassquid1.cern.ch:3128 lxplus.cern.ch</nowiki> |
|||
* set localhost:8181 as squid proxy |
|||
⚫ | |||
<nowiki>$> export RONTIER_SERVER='(proxyurl=http://localhost:8181)(serverurl=http://atlasfrontier.cern.ch:8000/atlr)(serverurl=http://atlasfrontier1.cern.ch:8000/atlr)(serverurl=http://atlasfrontier2.cern.ch:8000/atlr)'</nowiki> |
|||
* run athena |
|||
⚫ | |||
⚫ |
Revision as of 08:43, 26 November 2012
GDB:
Problem: Breakpoint auf template funktion. Lƶsung: Funktionsname obskur ... Rausfinden mit: objdump -t EXEC | c++filt | grep 'FUNC'
Squid/Frontier access from local farm
- forward localhost:8181 to atlassquid1.cern.ch:3128
$> ssh -L 8181:atlassquid1.cern.ch:3128 lxplus.cern.ch
- set localhost:8181 as squid proxy
$> export RONTIER_SERVER='(proxyurl=http://localhost:8181)(serverurl=http://atlasfrontier.cern.ch:8000/atlr)(serverurl=http://atlasfrontier1.cern.ch:8000/atlr)(serverurl=http://atlasfrontier2.cern.ch:8000/atlr)'
- run athena