ATLAS Offline Software
Classes | Namespaces | Functions | Variables
sim_check_batch.py File Reference

Go to the source code of this file.

Classes

class  sim_check_batch.DataBase
 

Namespaces

 sim_check_batch
 

Functions

def sim_check_batch.getHost (hostname=None)
 

Variables

bool sim_check_batch.doTest = False
 
 sim_check_batch.db = DataBase('./rttProfile.sqlite')
 
string sim_check_batch.cmd = "select distinct machine from t_run"
 
 sim_check_batch.res = db.cur.fetchall()
 
 sim_check_batch.ll = list(zip(*res)[0])
 
list sim_check_batch.hargs = ['hostname', 'os_type', 'model', 'cpuf', 'ncpus', 'maxmem', 'maxswp', 'server', 'resources']
 
list sim_check_batch.bargs = ['HOST_NAME', 'type', 'model', 'cpuf', 'ncpus', 'maxmem', 'maxswp', 'server', 'RESOURCES']
 
def sim_check_batch.hostInfo = getHost(hostname)
 
list sim_check_batch.args = [hostInfo[h] for h in bargs]