ViewVC Help
View Directory | Root Listing
root/cvsroot/COMP/CRAB/python
File Last Change
 ../
BossScript/
.cvsignore 1.1 (18 years ago) by slacapra: add .cvsignore ignoring all pyc files
Actor.py 1.1 (20 years ago) by nsmirnov: initial set of files
AnalyzeProfile.py 1.2 (18 years ago) by elmer: Removed "2.2" in python2.2 pound-bang Changed "/usr/bin/python" to "/usr/bin/env python"
ApmonIf.py 1.9 (19 years ago) by corvo: New version of ApmonIf
Checker.py 1.7 (18 years ago) by slacapra: add block in JobDB and recover SchedulerEdg
Cleaner.py 1.7 (17 years ago) by slacapra: fix double free problem in -clean: need boss >= BOSS_4_3_3-sl3-sl4-pre2. Cleaner is now an Actor
CondorGLoggingInfo.py 1.3 (18 years ago) by slacapra: many minor fixes reported by pychecker, mostly unsude import and unused variables
Creator.py 1.50 (17 years ago) by spiga: just a minor temporary workaround to support server_mode = 1 [if servermode =1--> move boss declaration at creation level to the submission one]
DBS2Publisher.py 1.4 (17 years ago) by fanzago: removed old username and dataname
DBSInfo.py 1.14 (18 years ago) by gutsche: transition to new DBS api which follows python namespaces
DLSInfo.py 1.17 (17 years ago) by gutsche: use dbs_url card in [CMSSW] section of crab.cfg for dls_endpoint if dls_type is dbs
DashboardAPI.py 1.3 (18 years ago) by elmer: Removed "2.2" in python2.2 pound-bang Changed "/usr/bin/python" to "/usr/bin/env python"
DataDiscovery.py 1.17 (18 years ago) by afanfani: use production DBS url, not the test one
DataDiscovery_DBS2.py 1.9 (17 years ago) by gutsche: Introduced run selection within single PDS crab.cfg card: runselection = 1,2,3-4 Parsing is done on UI, DBS has no suited API to do parsing on DBS server (yet) api.listFiles is used with details=True which increases query time significantly. In addition, filtered for .dat files which can be present in PDS mixed with .root
DataLocation.py 1.23 (17 years ago) by gutsche: Changed job creation and output to be independent of black and white lists. All jobs are created after data discovery and job spitting using black and white lists independent from the entries in the destination list of jobs. If a job does not have any valid destination sites, it is nontheless created. After job splitting, a screen output listing all blocks and all jobs belonging to a block is shown listing available sites per block. The user can submit x number of jobs while CRAB will skip in addition to the normal job submission all jobs which have an empty destination list.
EdgConfig.py 1.6 (17 years ago) by spiga: rollback (WMconfig file not in share)
EdgLoggingInfo.py 1.4 (18 years ago) by slacapra: use always common.logger.message instead of print
GetOutputServer.py 1.6 (17 years ago) by mcinquil: Cpoy of the new output tarball
GliteConfig.py 1.5 (17 years ago) by spiga: rollback (WMconfig file not in share)
JobDB.py 1.24 (18 years ago) by corvo: small fix in the nSubmittedJob methid for the kill all option
JobList.py 1.6 (18 years ago) by corvo: changes according to namespace class
JobType.py 1.19 (17 years ago) by slacapra: cleanup old stuff
KillerServer.py 1.1 (17 years ago) by corvo: First commit for client side task kill
Logger.py 1.2 (19 years ago) by corvo: new apmon verision with thread patch
Makefile 1.2 (19 years ago) by slacapra: not remove crab_0
ModifyJobReport.py 1.3 (17 years ago) by fanzago: removed a slash in PFN and LFN in the ModifyFile function
NameSpace.py 1.2 (18 years ago) by corvo: Hide classes avoiding clash
PostMortem.py 1.14 (18 years ago) by slacapra: many minor fixes reported by pychecker, mostly unsude import and unused variables
PostMortemServer.py 1.1 (17 years ago) by spiga: first commit
PrepareTarBall.sh 1.17 (17 years ago) by fanzago: Prepare for DBS2 publication
ProcInfo.py 1.3 (19 years ago) by corvo: new apmon verision with thread patch
ProgressBar.py 1.1 (18 years ago) by slacapra: add progress bar
PsetManipulator.py 1.11 (17 years ago) by slacapra: improve error message
PsetManipulator150.py 1.3 (17 years ago) by gutsche: remove print
Scheduler.py 1.5 (17 years ago) by slacapra: fix double free problem in -clean: need boss >= BOSS_4_3_3-sl3-sl4-pre2. Cleaner is now an Actor
SchedulerBoss.py 1.125 (17 years ago) by spiga: bug fix for list of submitted jobs
SchedulerCondor_g.py 1.45 (17 years ago) by gutsche: added missing submitTout
SchedulerEdg.py 1.126 (17 years ago) by slacapra: more robust extraction of user name from voms-proxy-init -identity
SchedulerGlite.py 1.14 (17 years ago) by spiga: added def submitTout which retoun the timeout value
SchedulerGlitecoll.py 1.2 (17 years ago) by spiga: added def submitTout which retoun the timeout value
Scram.py 1.15 (18 years ago) by gutsche: fixed bug in calling runCommand
ScriptWriter.py 1.12 (17 years ago) by fanzago: added clean_env function --> for OSG env problem
Statistic.py 1.21 (17 years ago) by spiga: add protection for connection problems with crabstat
Status.py 1.21 (18 years ago) by slacapra: many minor fixes reported by pychecker, mostly unsude import and unused variables
StatusBoss.py 1.64 (18 years ago) by slacapra: use always common.logger.message instead of print
StatusServer.py 1.14 (17 years ago) by mcinquil: Counting Killed jobs
Submitter.py 1.79 (17 years ago) by spiga: bug fix for list of submitted jobs
SubmitterServer.py 1.4 (17 years ago) by corvo: improvement in managing asap error messages, plus --myproxy flag added to skip proxy check on myproxy servers
TaskDB.py 1.2 (18 years ago) by slacapra: add check for non existing file
TerminalController.py 1.2 (18 years ago) by slacapra: many minor fixes reported by pychecker, mostly unsude import and unused variables
UnserializePHP.py 1.2 (18 years ago) by slacapra: many minor fixes reported by pychecker, mostly unsude import and unused variables
WorkSpace.py 1.19 (17 years ago) by slacapra: fix double free problem in -clean: need boss >= BOSS_4_3_3-sl3-sl4-pre2. Cleaner is now an Actor
apmon.py 1.6 (19 years ago) by corvo: New version of apmon with nonblocking connections
asap-user-register 1.1 (17 years ago) by spiga: first commit for asap client service
checkPyXML.py 1.1 (18 years ago) by afanfani: mods to use new DBS and DLS API
cms_cmssw.py 1.101 (17 years ago) by fanzago: added slash in FOR_LFN
cms_site_catalogue.sh 1.1 (19 years ago) by afanfani: site local catalogue discovery script by Lassi. It require a site config file where CMS_CATALOGUE_PREFIX is defined (i.e. rfio:host:/path)
common.py 1.23 (17 years ago) by slacapra: 153
configure 1.39 (17 years ago) by slacapra: boss 4_3_5-pre2-sl3-sl4
configureBoss 1.8 (18 years ago) by fanzago: boss version 4_3_2
crab 1.8 (18 years ago) by corvo: moved CRAPYTHON at the very end to avoid clash with glite classes
crab-setup.csh 1.1 (17 years ago) by spiga: config file for server. Will be temporary used to set up crab as dependence on the server. It will desappear with rpm
crab-setup.sh 1.1 (17 years ago) by spiga: config file for server. Will be temporary used to set up crab as dependence on the server. It will desappear with rpm
crab.cfg 1.63 (17 years ago) by gutsche: Introduced run selection within single PDS crab.cfg card: runselection = 1,2,3-4 Parsing is done on UI, DBS has no suited API to do parsing on DBS server (yet) api.listFiles is used with details=True which increases query time significantly. In addition, filtered for .dat files which can be present in PDS mixed with .root
crab.csh 1.5 (18 years ago) by slacapra: To run from CVS: DBSAPI, DLSAPI and PSetCode is supposed to be one level down wrt python/
crab.py 1.115 (17 years ago) by spiga: added support for printId option when crab use server. In this case it return the task UUID.
crab.sh 1.6 (18 years ago) by slacapra: To run from CVS: DBSAPI, DLSAPI and PSetCode is supposed to be one level down wrt python/
crab_exceptions.py 1.3 (18 years ago) by slacapra: many minor fixes reported by pychecker, mostly unsude import and unused variables
crab_help.py 1.33 (17 years ago) by slacapra: add txt as help output format
crab_logger.py 1.7 (17 years ago) by slacapra: fix double free problem in -clean: need boss >= BOSS_4_3_3-sl3-sl4-pre2. Cleaner is now an Actor
crab_template.sh 1.30 (17 years ago) by fanzago: added clean_env function --> for OSG env problem
crab_util.py 1.32 (17 years ago) by gutsche: Changed job creation and output to be independent of black and white lists. All jobs are created after data discovery and job spitting using black and white lists independent from the entries in the destination list of jobs. If a job does not have any valid destination sites, it is nontheless created. After job splitting, a screen output listing all blocks and all jobs belonging to a block is shown listing available sites per block. The user can submit x number of jobs while CRAB will skip in addition to the normal job submission all jobs which have an empty destination list.
osg_bdii.py 1.2 (18 years ago) by gutsche: improvements in OSG usage of BDII
parseCrabFjr.py 1.5 (18 years ago) by gutsche: bug fix for misspelled status variable
pythia.cfg 1.1 (18 years ago) by slacapra: example with no input
report.py 1.5 (18 years ago) by elmer: Removed "2.2" in python2.2 pound-bang Changed "/usr/bin/python" to "/usr/bin/env python"
runSimHitAnalyzer.cfg 1.1 (18 years ago) by spiga: just a CMSSW cfg usable for test and example
zero 1.2 (19 years ago) by slacapra: too many changes to be listed...
1 directory and 78 files shown