You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slurm2sql.py
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1118,8 +1118,8 @@ def compact_table():
1118
1118
)
1119
1119
1120
1120
1121
-
SACCT_DEFAULT_FIELDS="JobID,User,State,datetime(Start, 'unixepoch') AS Start,datetime(End, 'unixepoch') AS End,Partition,ExitCodeRaw,NodeList,NCPUS,CPUtime,CPUEff,AllocMem,TotalMem,MemEff,ReqGPUS,GPUEff,TotDiskRead,TotDiskWrite,ReqTRES,AllocTRES,TRESUsageInTot,TRESUsageOutTot"
1122
-
SACCT_DEFAULT_FIELDS_LONG="JobID,User,State,datetime(Start, 'unixepoch') AS Start,datetime(End, 'unixepoch') AS End,Elapsed,Partition,ExitCodeRaw,NodeList,NCPUS,CPUtime,CPUEff,AllocMem,TotalMem,MemEff,ReqMem,MaxRSS,ReqGPUS,GPUEff,GPUUtil,TotDiskRead,TotDiskWrite,ReqTRES,AllocTRES,TRESUsageInTot,TRESUsageOutTot"
1121
+
SACCT_DEFAULT_FIELDS="JobID,User,State,'┃' AS t, datetime(Start, 'unixepoch') AS Start,datetime(End, 'unixepoch') AS End,'┃' AS b, Partition,ExitCodeRaw,NodeList,'┃' AS c, NCPUS,CPUtime,CPUEff,'┃' AS m,AllocMem,TotalMem,MemEff,'┃' AS g,ReqGPUS,GPUEff,'┃' AS d,TotDiskRead,TotDiskWrite,'┃' AS r,ReqTRES,AllocTRES,TRESUsageInTot,TRESUsageOutTot"
1122
+
SACCT_DEFAULT_FIELDS_LONG="JobID,User,State,'┃' AS t, datetime(Start, 'unixepoch') AS Start,datetime(End, 'unixepoch') AS End,Elapsed,'┃' AS b, Partition,ExitCodeRaw,NodeList,'┃' AS c, NCPUS,CPUtime,CPUEff,'┃' AS m, AllocMem,TotalMem,MemEff,ReqMem,MaxRSS,'┃' AS g, ReqGPUS,GPUEff,GPUUtil,'┃' AS d,TotDiskRead,TotDiskWrite,'┃' AS r,ReqTRES,AllocTRES,TRESUsageInTot,TRESUsageOutTot"
0 commit comments