Talk:ATLASLocalRootBase
From ATLAS-TRIUMF
Just a list of tests and checks...
script setupClusterResources.sh does:
- export ATLAS_LOCAL_ROOT_BASE=/atlas/ATLASLocalRootBase
- source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
On isabel1 (64-bit):
- source setupClusterResources.sh
- localSetupGLite
- voms-proxy-init -voms atlas:/atlas/ca
- globus-url-copy gsiftp://castorgrid.cern.ch/castor/cern.ch/user/i/itrigger/atlas/muontb_1216_9_noaline.log file:///data/isabel1_2/temp/testglurlcopy.tmp Works
- localSetupDQ2
- dq2_ls testIdeal_07.007233.singlepart_mu100.recon.AOD.v12000201 Works
- dq2_get -r -d /data/isabel1_2/temp testIdeal_07.007233.singlepart_mu100.recon.AOD.v12000201 testIdeal_07.007233.singlepart_mu100.recon.AOD.v12000201_tid002819._00020.pool.root.2 Works
- (new login session)
- source setupClusterResources.sh
- source setupAthena.sh -d clusterMulti32 -r 13.0.40
- cd $TestArea
- cmt co -r UserAnalysis-00-10-12 PhysicsAnalysis/AnalysisCommon/UserAnalysis
- cd PhysicsAnalysis/AnalysisCommon/UserAnalysis/cmt
- gmake
- cd ../run
- get_files -jo AnalysisSkeleton_topOptions.py
- cp /home/itrigger/testarea/13.0.40/run/AOD.pool.root . (made this one by running RecExCommon defaults)
- athena -s AnalysisSkeleton_topOptions.py | tee test.log Works
- localSetupGanga
- ganga (ignore the many errors, I purposely did not set up gLite or a grid proxy, but it asks for the grid proxy when ganga starts... error importing lfc module is reported)
- try the script job from the tutorial, but submit Local() Works
- try to submit the athena job from above locally with ganga Fails because we are using a Multi setup: source /atlas/ATLASLocalRootBase/i686/Athena/Multi_SL4/13.0.40/cmtsite/setup.sh -tag=AtlasOffline,13.0.40
- Also Fails if I do grid-proxy-init instead of voms-proxy-init in the above
- (new login session)
- source setupClusterResources.sh
- source setupAthena.sh -d clusterMulti32 -r 13.0.40
- cd $TestArea/PhysicsAnalysis/AnalysisCommon/UserAnalysis/run
- localSetupGLite
- voms-proxy-init -voms atlas:/atlas/ca
- localSetupGanga
- ganga
- try to submit test script to LCG backend
- Fails with ImportError: /atlas/ATLASLocalRootBase/i686/gLite/3.1.2-0/edg/lib/_edg_wl_userinterface_common_AdWrapper.so: cannot open shared object file: No such file or directory (n.b. the file does exist)
On isabel (32-bit):
- source setupClusterResources.sh
- voms-proxy-init -voms atlas:/atlas/ca
- globus-url-copy gsiftp://castorgrid.cern.ch/castor/cern.ch/user/i/itrigger/atlas/muontb_1216_9_noaline.log file:///data/isabel1_2/temp/testglurlcopy.tmp Works
- localSetupDQ2
- dq2_ls testIdeal_07.007233.singlepart_mu100.recon.AOD.v12000201 Works
- dq2_get -r -d /data/isabel1_2/temp testIdeal_07.007233.singlepart_mu100.recon.AOD.v12000201 testIdeal_07.007233.singlepart_mu100.recon.AOD.v12000201_tid002819._00019.pool.root.2 Works
- (new login session)
- source setupClusterResources.sh
- source setupAthena.sh -d clusterMulti32 -r 13.0.40
- cd $TestArea/PhysicsAnalysis/AnalysisCommon/UserAnalysis/cmt
- gmake
- cd ../run
- athena -s AnalysisSkeleton_topOptions.py | tee test2.log Works
- localSetupGanga
- ganga (error importing lfc module...)
- try the script job from the tutorial, but submit Local() Works (but now this one gives all the no grid proxy errors)
- leave ganga and do voms-proxy-init -voms atlas:/atlas/ca so we won't have all those error messages hiding any real output
- ganga
- it is still giving credentials errors, unable to find grid-proxy-init, etc. Strange. Try again tomorrow with a fresh login session.
- (new login session)
- (new login session)
- source setupClusterResources.sh
- source setupAthena.sh -d clusterMulti32 -r 13.0.40
- cd $TestArea/PhysicsAnalysis/AnalysisCommon/UserAnalysis/run
- grid-proxy-init
[itrigger@isabel ~]$ grid-proxy-init -bash: grid-proxy-init: command not found
- voms-proxy-init -voms atlas:/atlas/ca
[itrigger@isabel ~]$ voms-proxy-init -voms atlas:/atlas/ca Unable to find vomsdir directory Enter GRID pass phrase:
- localSetupGanga
- ganga
Ganga.Utility : WARNING command grid-proxy-info not found Ganga.GPIDev.Credentials : WARNING Command 'grid-proxy-info' not found Ganga.GPIDev.Credentials : WARNING Unable to obtain information on Grid proxy /bin/sh: grid-proxy-init: command not found
- impossible to submit a job to the grid because of this...
- (new login session)
- source setupClusterResources.sh
- source setupAthena.sh -d clusterMulti32 -r 13.0.40
- cd $TestArea/PhysicsAnalysis/AnalysisCommon/UserAnalysis/run
- source /opt/glite/etc/profile.d/grid-env.sh
- grid-proxy-init
- localSetupGanga
- ganga (no complaints this time)
- unable to Register the job to the LB logger at: rb106.cern.chGanga.Lib.LCG : WARNING SSL Error (sslv3 alert bad certificate) so its status reverts to new.

