Changes between Version 5 and Version 6 of setupAthenaGanga


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

--

Legend:

Unmodified
Added
Removed
Modified
  • setupAthenaGanga

    v5 v6  
    2525
    2626}}}
     27  * Configuration de LCG
     28  Voici un exemple de paramétrisation de la partie concernant LCG dans .gangarc
     29 {{{
     30  [LCG]
     31
     32#  sets allowed computing elements by a regular expression
     33#AllowedCEs =
     34
     35#  sets the size limitation of the input sandbox, oversized input sandbox will
     36#  be pre-uploaded to the storage element specified by 'DefaultSE' in the area
     37#  specified by 'DefaultSRMToken'
     38#BoundSandboxLimit = 10485760
     39
     40#  sets the generic LCG-UI configuration script for the GLITE workload
     41#  management system
     42#Config =
     43
     44#  sets the VO-specific LCG-UI configuration script for the EDG resource broker
     45#ConfigVO =
     46
     47#  sets the file catalogue server
     48#DefaultLFC = prod-lfc-shared-central.cern.ch
     49DefaultLFC = lfc-prod.in2p3.fr
     50
     51#  sets the default storage element
     52#DefaultSE = srm.cern.ch
     53DefaultSE = lpsc-se-dpm-server.in2p3.fr
     54
     55#  sets the space token for storing temporary files (e.g. oversized input
     56#  sandbox)
     57#DefaultSRMToken =
     58
     59#  enables/disables the support of the EDG middleware
     60#EDG_ENABLE = True
     61
     62#  sets the LCG-UI environment setup script for the EDG middleware
     63#EDG_SETUP = /afs/cern.ch/project/gd/LCG-share/current/etc/profile.d/grid_env.sh
     64
     65#  sets excluded computing elements by a regular expression
     66#ExcludedCEs =
     67
     68#  Enables/disables the support of the GLITE middleware
     69#GLITE_ENABLE = False
     70
     71#  sets the LCG-UI environment setup script for the GLITE middleware
     72#GLITE_SETUP = /afs/cern.ch/project/gd/LCG-share/current/etc/profile.d/grid_env.sh
     73
     74#  sets the myproxy server
     75#MyProxyServer = myproxy.cern.ch
     76MyProxyServer = myproxy.grif.fr
     77
     78#  sets the ranking rule for picking up computing element
     79#Rank =
     80
     81#  sets the replica catalogue server
     82#ReplicaCatalog =
     83
     84#  sets the full qualified class name for other specific LCG job requirements
     85#Requirements = Ganga.Lib.LCG.LCGRequirements
     86
     87#  sets maximum number of job retry
     88#RetryCount = 3
     89
     90#  sets the full qualified class name for handling the oversized input sandbox
     91#SandboxCache = Ganga.Lib.LCG.LCGSandboxCache
     92
     93#  sets the transfer timeout of the oversized input sandbox
     94#SandboxTransferTimeout = 60
     95
     96#  sets maximum number of job shallow retry
     97#ShallowRetryCount = 10
     98
     99#  sets the storage index
     100#StorageIndex =
     101
     102#  sets the name of the grid virtual organisation
     103#VirtualOrganisation = dteam
     104
     105VirtualOrganisation = atlas
     106
     107}}}