Changes between Version 6 and Version 7 of tutogangaanalysis


Ignore:
Timestamp:
24/10/2008 16:24:50 (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LPSC/CN=Fabian Lambert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • tutogangaanalysis

    v6 v7  
    138138  * Ligne 18 : Les données doivent être prises sur ce site
    139139  * Ligne 19 : Lancement du job
     140
     141  ==== Récuperer les données ====
     142  Au fur et à mesure du déroulement du job, vous pouvez suivre son état en tapant
     143 {{{
     144In [19]:jobs(<jobID>)
     145}}}
     146  Quand le statut du job est completed (i.e. tous les subjobs sont completed) vous pouvez récupérer le dataset créer avec dq2-get
     147 {{{
     148sh-3.00$ dq2-list-dataset "userFL*"
     149userFL08.FabianLambert.ganga.2.20081024
     150sh-3.00$ dq2-get userFL08.FabianLambert.ganga.2.20081024
     151Querying DQ2 central catalogues to resolve datasetname userFL08.FabianLambert.ganga.2.20081024
     152Datasets found: 1
     153userFL08.FabianLambert.ganga.2.20081024: Querying DQ2 central catalogues for replicas...
     154Querying DQ2 central catalogues for files in dataset...
     155userFL08.FabianLambert.ganga.2.20081024: Using site IN2P3-LPSC_USERDISK
     156userFL08.FabianLambert.ganga.2.20081024: Querying local file catalogue of site IN2P3-LPSC_USERDISK...
     157...
     158}}}
     159Notez que conformément à ce qui a été défini dans .gangarc, les fichiers du dataset ont été stockés sur le space-token IN2P3-LPSC_USERDISK
     160Pour choisir un autre space-token, il vous faut taper l'instruction suivante dans GANGA (?? pas sur de ça...)
     161 {{{
     162In [xx]: config['DQ2']['DQ2_LOCAL_SITE_ID']= "<space token>"
     163}}}
    140164[wiki:tutoganga up]