diff --git a/grog/grog.py b/grog/grog.py
index 25faee25ac9eb94e24b7fa756a5699dfa8143fde..5bfd01bdb29d381adcc23a673ae0de4196eb665e 100755
--- a/grog/grog.py
+++ b/grog/grog.py
@@ -159,7 +159,7 @@ class Workload:
                           "subtime": int((submit_date - self.start_date).total_seconds()),
                           "walltime": int(walltime.total_seconds()), 
                           "res": resources,
-                          "profile": str(profile.amount_flop)
+                          "profile": str(int(profile.amount_flop))
                          })
         # Let's generate a dict of dictionaries for the profiles
         dprofs = {}