Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sepia-pub
Grog
Compare revisions
81b098fbc72f4d2d43af741c08ba7602a5276116 to e3cc8c26789b25cb920310a92014eda792ed2af8
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sepia-pub/grog
Select target project
No results found
e3cc8c26789b25cb920310a92014eda792ed2af8
Select Git revision
Swap
Target
sepia-pub/grog
Select target project
sepia-pub/grog
1 result
81b098fbc72f4d2d43af741c08ba7602a5276116
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Issue
#1
· 0d9aff28
Igor Fontana de Nardin
authored
2 years ago
0d9aff28
Merge branch '1-profile-generation' into 'main'
· e3cc8c26
Georges Da Costa
authored
2 years ago
Issue
#1
Closes
#1
See merge request
!1
e3cc8c26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grog/grog.py
+1
-1
1 addition, 1 deletion
grog/grog.py
with
1 addition
and
1 deletion
grog/grog.py
View file @
e3cc8c26
...
...
@@ -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
=
{}
...
...
This diff is collapsed.
Click to expand it.