ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/crab.cfg
Revision: 1.80
Committed: Wed Jul 9 20:28:49 2008 UTC (16 years, 9 months ago) by ewv
Branch: MAIN
CVS Tags: CRAB_2_4_0_test
Changes since 1.79: +13 -13 lines
Log Message:
Add docs for using CMS Site names, remove help for old seed variables

File Contents

# User Rev Content
1 nsmirnov 1.1 [CRAB]
2 spiga 1.75
3 slacapra 1.36 jobtype = cmssw
4 spiga 1.77 scheduler = glite
5 ewv 1.80 ### NOTE: just setting the name of the server (pi, lnl etc etc )
6     ### crab will submit the jobs to the server...
7 spiga 1.77 #server_name = cnaf
8 nsmirnov 1.1
9 gutsche 1.33 [CMSSW]
10    
11 ewv 1.80 ### The data you want to access (to be found on DBS)
12 fanzago 1.78 #datasetpath=/ttbar_inclusive_TopRex/CMSSW_1_3_1-Spring07-1122/GEN-SIM-DIGI-RECO
13     datasetpath=none
14 fanzago 1.60
15 slacapra 1.35 ### The ParameterSet you want to use
16 fanzago 1.78 pset=pythia.cfg
17 gutsche 1.33
18 spiga 1.75 ### Splitting parameters
19 ewv 1.80 #total_number_of_events=-1
20     total_number_of_events=10
21 slacapra 1.41 #events_per_job = 1000
22 fanzago 1.78 number_of_jobs = 5
23 slacapra 1.34
24 spiga 1.75 ### The output files (comma separated list)
25 fanzago 1.78 output_file = mcpool.root
26 fanzago 1.14
27 slacapra 1.35 [USER]
28 fanzago 1.65
29 spiga 1.75 ### OUTPUT files Management
30 ewv 1.80 ## output back into UI
31 fanzago 1.14 return_data = 1
32    
33 spiga 1.75 ### OUTPUT files INTO A SE
34     copy_data = 0
35     storage_element = srm.cern.ch
36     storage_path = /castor/cern.ch/user/u/user
37 slacapra 1.17
38 ewv 1.80 #if server
39 mcinquil 1.79 #thresholdLevel = 100
40 ewv 1.80 #eMail = your@Email.address
41 spiga 1.53
42 nsmirnov 1.1 [EDG]
43 slacapra 1.17
44 spiga 1.75 ## RB/WMS management:
45     rb = CNAF
46 slacapra 1.17
47 spiga 1.75 ## Black and White Lists management:
48     ## By Storage
49 ewv 1.80 se_black_list = T0,T1
50     #se_white_list =
51 spiga 1.75
52 ewv 1.80 ## By ComputingElement
53     #ce_black_list =
54     #ce_white_list =
55 fanzago 1.21
56 gutsche 1.50 [CONDORG]
57    
58     # Set this to condor to override the batchsystem defined in gridcat.
59     #batchsystem = condor
60    
61     # Specify addition condor_g requirments
62     # use this requirment to run on a cms dedicated hardare
63     # globus_rsl = (condor_submit=(requirements 'ClusterName == \"CMS\" && (Arch == \"INTEL\" || Arch == \"X86_64\")'))
64     # use this requirement to run on the new hardware
65     #globus_rsl = (condor_submit=(requirements 'regexp(\"cms-*\",Machine)'))
66