Changeset 125


Ignore:
Timestamp:
06/02/05 16:58:28 (19 years ago)
Author:
bastiaans
Message:

plugin/togap.py:

  • Daemon & real cluster
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/togap.py

    r101 r125  
    44#
    55# 10 = gemtric cmd's
    6 DEBUG_LEVEL = 10
     6DEBUG_LEVEL = 0
    77
    88# Wether or not to run as a daemon in background
    99#
    10 DAEMONIZE = 0
     10DAEMONIZE = 1
    1111
    1212# How many seconds interval for polling of jobs
     
    129129
    130130                self.pq = None
    131                 self.pq = PBSQuery()
     131                self.pq = PBSQuery( 'login.irc.sara.nl' )
    132132
    133133        def getAttr( self, attrs, name ):
     
    169169
    170170                #self.initPbsQuery()
    171                
     171       
     172                #print self.pq.getnodes()
     173       
    172174                joblist = self.pq.getjobs()
    173175
     
    175177
    176178                jobs_processed = [ ]
     179
     180                #self.printJobs( joblist )
    177181
    178182                for name, attrs in joblist.items():
Note: See TracChangeset for help on using the changeset viewer.