User:Vscharf: Difference between revisions

From KIP Wiki
ā§¼kip-jumptonavigationā§½ā§¼kip-jumptosearchā§½
(New page: 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 2.) ...)
Ā 
No edit summary
Line 11: Line 11:


an .bashrc anfĆ¼gen
an .bashrc anfĆ¼gen


GDB:

Problem: Breakpoint auf template funktion.
Lƶsung: Funktionsname obskur ... Rausfinden mit: objdump -t EXEC | c++filt | grep 'FUNC'

Revision as of 14:10, 5 April 2011

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

2.) Ganga einrichten:

  1. 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

an .bashrc anfĆ¼gen


GDB:

Problem: Breakpoint auf template funktion. Lƶsung: Funktionsname obskur ... Rausfinden mit: objdump -t EXEC | c++filt | grep 'FUNC'