winnet_monitor_failed.py File Reference

Go to the source code of this file.

Namespaces

 winnet_monitor_failed
 

Variables

string winnet_monitor_failed.user = "mreicher"
 
bool winnet_monitor_failed.use_slurm_times = False
 
string winnet_monitor_failed.path = "."
 
string winnet_monitor_failed.cmd = "squeue | grep "+user+" | grep R | wc -l"
 
 winnet_monitor_failed.x = subprocess.check_output(cmd, shell=True)
 
 winnet_monitor_failed.nr_process = int(x.strip())
 
int winnet_monitor_failed.allTotal = 0
 
int winnet_monitor_failed.allRem = 0
 
int winnet_monitor_failed.allFin = 0
 
int winnet_monitor_failed.allFail = 0
 
list winnet_monitor_failed.eltime = []
 
 winnet_monitor_failed.all_folders = os.listdir(path)
 
list winnet_monitor_failed.faillist = []
 
list winnet_monitor_failed.ecodelist = []
 
string winnet_monitor_failed.tot_path = os.path.join(path,p)
 
string winnet_monitor_failed.w_path = os.path.join(tot_path,"winnet")
 
string winnet_monitor_failed.b_path = os.path.join(tot_path,"blocked")
 
string winnet_monitor_failed.f_path = os.path.join(tot_path,"finab.dat")
 
string winnet_monitor_failed.h_path = os.path.join(tot_path,"WinNet_data.h5")
 
string winnet_monitor_failed.o_path = os.path.join(tot_path,"OUT")
 
string winnet_monitor_failed.e_path = os.path.join(tot_path,"ERR")
 
 winnet_monitor_failed.w = winnet(tot_path)
 
 winnet_monitor_failed.ftmp = h5py.File(h_path,"r")
 
 winnet_monitor_failed.lines = f.readlines()
 
 winnet_monitor_failed.ecode = lines[1].split()[1].strip()
 
string winnet_monitor_failed.outstr = ""
 
string winnet_monitor_failed.lll = ""