User Tools

Site Tools


asc:workbook_grid

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
asc:workbook_grid [2013/10/23 15:27] ascasc:workbook_grid [2014/05/07 15:28] – [Putting files on the grid] asc
Line 73: Line 73:
  
  
-====== Using Pathena and pbook, prun  commands ======+====== Using Pathena commands ======
  
 Do the setup as above then then type: Do the setup as above then then type:
Line 83: Line 83:
 The general ATLAS instructions for pathena can be found [[https://twiki.cern.ch/twiki/bin/view/Atlas/DAonPanda|here]].  The general ATLAS instructions for pathena can be found [[https://twiki.cern.ch/twiki/bin/view/Atlas/DAonPanda|here]]. 
  
 +Also look at:
 +[[https://twiki.atlas-canada.ca/bin/view/AtlasCanada/ATLASLocalRootBase#Using_PandaClient | Using_PandaClient]] how to setup Panda.
 +(attention: do not setup dq2-get together with panda!)
 +
 +
 +===== Putting files on the grid =====
 +(thanks to Taylor for checking)
 +
 +Setup Atlas release. For SL6, source this code:
 +
 +<code bash>
 +#!/bin/bash
 +export AVERS=17.7.0
 +export TEST_AREA=$HOME/testarea
 +export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
 +source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
 +asetup --release=$AVERS --cmtconfig=x86_64-slc6-gcc46-opt --testarea=$TEST_AREA
 +localSetupDQ2Client  --skipConfirm
 +voms-proxy-init -voms atlas -valid 96:00
 +localSetupPandaClient --noAthenaCheck
 +</code>
 +
 +Then put files (assumes MWT2_UC_SCRATCHDISK):
 +
 +<code>
 +dq2-put -d -L MWT2_UC_SCRATCHDISK  -s ./<folder of files> user.<username>.<custom name>
 +</code>
 +
 + Create and register it before doing this:
 +
 +You can also register it on the grid.
 +<code>
 +dq2-register-dataset user.<name>.test1
 +dq2-register-location user.<name>.test1  MWT2_UC_SCRATCHDISK
 +</code>
  
  
asc/workbook_grid.txt · Last modified: 2023/10/04 19:04 by asc