Skip to content
Snippets Groups Projects

Issue #1

Merged Igor Fontana de Nardin requested to merge 1-profile-generation into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -159,7 +159,7 @@ class Workload:
@@ -159,7 +159,7 @@ class Workload:
"subtime": int((submit_date - self.start_date).total_seconds()),
"subtime": int((submit_date - self.start_date).total_seconds()),
"walltime": int(walltime.total_seconds()),
"walltime": int(walltime.total_seconds()),
"res": resources,
"res": resources,
"profile": str(profile.amount_flop)
"profile": str(int(profile.amount_flop))
})
})
# Let's generate a dict of dictionaries for the profiles
# Let's generate a dict of dictionaries for the profiles
dprofs = {}
dprofs = {}
Loading