Skip to content
Snippets Groups Projects
Commit 0d9aff28 authored by Igor Fontana de Nardin's avatar Igor Fontana de Nardin
Browse files

Issue #1

parent 81b098fb
Branches
No related tags found
1 merge request!1Issue #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 = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment