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
043ebf01
Commit
043ebf01
authored
Aug 19, 2019
by
Azat Khuziyakhmetov
Browse files
minor fix in rules
parent
9fb72504
Changes
1
Hide whitespace changes
Inline
Side-by-side
rcm/rules.py
View file @
043ebf01
...
...
@@ -34,14 +34,14 @@ RULES = [
"req_runtime"
:
"NORM"
,
"cpu_usage_total_max"
:
"LOW"
,
"node_cpu_usage_max"
:
"LOW"
},
"msg"
:
"The CPU usage on some nodes is low, please
decrease the amoun of
request
ed
cores or increase amount of processes"
},
"msg"
:
"The CPU usage on some nodes is low, please request
less
cores or increase amount of processes"
},
{
"attrs"
:
{
"job_nodes_amount"
:
"MULT"
,
"req_runtime"
:
"NORM"
,
"cpu_usage_total_max"
:
"LOW"
,
"node_cpu_usage_max"
:
"NORM"
},
"msg"
:
"The CPU usage is not distributed equally among the nodes. Try to use the nodes e
qual
ly"
},
"msg"
:
"The CPU usage is not distributed equally among the nodes. Try to use the nodes e
ven
ly"
},
{
"attrs"
:
{
"job_nodes_amount"
:
"ONE"
,
...
...
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