Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ProfiT-HPC
aggregator
Commits
cd4947a6
Commit
cd4947a6
authored
Feb 05, 2020
by
Azat Khuziyakhmetov
Browse files
minor fix in the rules
parent
642e547f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rcm/rules.py
View file @
cd4947a6
...
...
@@ -92,13 +92,13 @@ RULES = [
"gpu_job"
:
True
,
"gpus_amount"
:
"ONE"
,
"gpu_usage_max"
:
"LOW"
},
"msg"
:
"The single GPU has low usage"
},
"msg"
:
"The single GPU has low usage
, which might be caused by misconfiguration of the application/job
"
},
{
"attrs"
:
{
"gpu_job"
:
True
,
"gpus_amount"
:
"MULT"
,
"gpu_usage_max"
:
"LOW"
},
"msg"
:
"All GPUs have low usage"
},
"msg"
:
"All GPUs have low usage
, which might be caused by misconfiguration of the application/job
"
},
{
"attrs"
:
{
"gpu_job"
:
True
,
...
...
@@ -111,23 +111,23 @@ RULES = [
"gpu_job"
:
True
,
"gpus_amount"
:
"MULT"
,
"gpu_usage_min"
:
"ZERO"
},
"msg"
:
"Some of the GPUs were not used"
},
"msg"
:
"Some of the GPUs were not used
, which might be caused by misconfiguration of the application/job
"
},
{
"attrs"
:
{
"gpu_job"
:
True
,
"gpus_amount"
:
"MULT"
,
"gpu_usage_max"
:
"ZERO"
},
"msg"
:
"None of the GPUs were used"
},
"msg"
:
"None of the GPUs were used
, which might be caused by misconfiguration of the application/job
"
},
{
"attrs"
:
{
"gpu_job"
:
True
,
"gpus_amount"
:
"MULT"
,
"gpus_overcrowded_exist"
:
True
},
"msg"
:
"Some GPUs have more than 1 process using them at the same time"
},
"msg"
:
"Some GPUs have more than 1 process using them at the same time
. Check the balance between CPU processes and amount of used GPUs
"
},
{
"attrs"
:
{
"gpu_job"
:
True
,
"gpus_amount"
:
"ONE"
,
"gpus_overcrowded_exist"
:
True
},
"msg"
:
"The GPU has been used by more than 1 process simultaneously"
},
"msg"
:
"The GPU has been used by more than 1 process simultaneously
. Check the balance between CPU processes and amount of used GPUs
"
},
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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