MONDAY
Jump to navigation
Jump to search
MONDAY'S OBJECTIVES
- How to get data to Bern and CSCS.
- Submit grid test job.
- Run full fleshed job, but not necessarily Athena.
GET DATA TO BERN
- ssh -Y yourlogin@lheppc50.unibe.ch, * ssh -Y yourlogin@lheppc44.unibe.ch (notice the login messages).
- voms-proxy-init -voms atlas:/atlas/ch
- voms-proxy-info -all
- dq2-list-dataset *PythiaZee*AOD*
- Go to your data directory on /ngse3/work/<yourusername>.
- dq2-get data08_cosmag.00091400.physics_L1Calo.merge.DPD_CALOCOMM.o4_r602_p16/ (use your dataset, THINK ABOUT THE SIZE)
GET DATA TO CSCS
- To be investigated.
SUBMIT GRID TEST JOB
- ngtest -c nordugrid.unibe.ch -J 2, ngtest -d 3 -c nordugrid.unibe.ch -J 2, ngtest -c lheppc50.unibe.ch -J 2
- ngtest -c arc01.lcg.cscs.ch -J 2, ngtest -c grid03.unige.ch -J 2, ngtest -J 2
- ngstat gsiftp://... The job ID given by ngtest.
- ngcat gsiftp://...
- ngget gsiftp://...
- Watch your jobs by clicking around in http://www.nordugrid.org/monitor/atlas
RUN FULL FLESHED GRID JOB
- For bash and xrsl, ask your colleagues.
- Write a bash script which you want to run (something simple like untarring, checking the environment etc).
- Write a corresponding xrsl file with input and output files (may take a look at the nordugrid user manual).
- Submit your xrsl file like you did the tests above. This like ngsub -c grid03.unige.ch myjob.xrsl.
- Try to specify files from our storage in the xrsl: (inputfiles=(myinfile gsiftp://lheppc50.unibe.ch/ngse1/../myinfile)) (outputfiles=(myoutfile gsiftp://lheppc50.unibe.ch/ngse1/../myoutfile))