Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ProfiT-HPC
aggregator
Commits
3b03f724
Commit
3b03f724
authored
Mar 06, 2020
by
Azat Khuziyakhmetov
Browse files
bugfix in walltime recommendation
parent
ea5dfe2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
rcm/attributes.py
View file @
3b03f724
...
...
@@ -171,8 +171,8 @@ class Attributes:
MIN_R
=
4
SHIFT_R
=
6
r
time
=
self
.
_aggr
.
job
.
run_time
u
time
=
self
.
_aggr
.
job
.
requested_time
u
time
=
self
.
_aggr
.
job
.
run_time
/
60
/
60
r
time
=
self
.
_aggr
.
job
.
requested_time
/
60
/
60
res
=
"UNKNOWN"
if
rtime
>
MIN_R
and
utime
<
rtime
/
2
and
utime
<
(
rtime
-
SHIFT_R
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment