RStDGangaError002

Error

In [10]: Ganga.Lib.LCG                      : INFO     job 111 has changed status to Aborted
 
In [10]: print j
Job {
 status = 'failed' ,
 name = '' ,
 inputdir = '/afs/cern.ch/user/s/stdenis/gangadir/workspace/Local/111/input/' ,
 outputdir = '/afs/cern.ch/user/s/stdenis/gangadir/workspace/Local/111/output/' ,
 outputsandbox = [] ,
 id = 111 ,
 inputdata = ATLASDataset {
    lfn = ['rome.004100.recov10.T10_McAtNLO_top._00001.AOD.pool.root']
    } ,
 inputsandbox = [ ] ,
 application = Athena {
    atlas_release = '10.0.1' ,
    max_events = None ,
    options = None ,
    option_file = File {
       name = 'ttbarExample_jobOptions.py' ,
       subdir = '.'
       } ,
    output = AthenaOutputDataset {
       files = ['ttbar.ntuple.root', 'ttbar.hist.root'] ,
       location = ''
       } ,
    user_area = File {
       name = '/afs/cern.ch/user/s/stdenis/gangadir/workspace/Local/AnalysisExamples-00003.tar.gz' ,
       subdir = '.'
       }
    } ,
 backend = LCG {
    status = 'Aborted' ,
    actualCE = None ,
    CE = None ,
    reason = 'Cannot plan: BrokerHelper: no compatible resources' ,
    id = 'https://gdrb01.cern.ch:9000/0OfxL2fmzols_vfo-R386w' ,
    exitcode = None ,
    requirements = Requirements {
       ipconnectivity = None ,
       cputime = None ,
       other = [] ,
       memory = None ,
       software = [] ,
       walltime = None
       }
    }
 }
 

Background information

Here is the full screen shot of the setup of this job:
In [1]: j=Job()
 
In [2]: j.application=Athena()
 
In [3]: j.application.prepare()
GangaAtlas.Lib.Athena              : INFO     Found ATLAS Release 10.0.1
GangaAtlas.Lib.Athena              : INFO     Found User Package AnalysisExamples
GangaAtlas.Lib.Athena              : INFO     Creating /afs/cern.ch/user/s/stdenis/gangadir/workspace/Local/AnalysisExamples-00003.tar.gz ...
 
In [4]: j.application.option_file='ttbarExample_jobOptions.py'
 
In [5]: j.inputdata=ATLASDataset()
 
In [6]:
 
In [6]:
 
In [6]: j.inputdata.lfn=['rome.004100.recov10.T10_McAtNLO_top._00001.AOD.pool.root']
 
In [7]:
 
In [7]: j.application.output.files=['ttbar.ntuple.root','ttbar.hist.root']
 
In [8]: j.backend=LCG()
 
In [9]: j.submit()
Ganga.GPIDev.Lib.Job               : INFO     submitting job 111
Out[9]: 1
 
In [10]: Ganga.Lib.LCG                      : INFO     job 111 has changed status to Aborted


Major updates:
-- RichardStDenis - 20 Oct 2005

%RESPONSIBLE%
%REVIEW%

Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r1 - 2005-10-20 - RichardStDenis
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback