Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • E ear_learning
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EAR_teamEAR_team
  • ear_learning
  • Wiki
  • 5 ˗ Coefficients compute

5 ˗ Coefficients compute · Changes

Page history
Updated indexes. authored May 28, 2019 by xgomez's avatar xgomez
Hide whitespace changes
Inline Side-by-side
5-˗-Coefficients-compute.md
View page @ 58b35439
Step 4, coefficients computing
------------------------------
Once launched all the kernels in the nodes at the different frequencies, and the gathered metrics stored in the database, the coefficients can be computed.
Setting up
----------
Once launched all the kernels in the nodes at the different frequencies, and the gathered metrics stored in the database, the coefficients can be computed. But before that.
Execute `scripts/learning/coeffs_compute.sh hostlist` for each of your hostlist. This scripts uses internally a binary in the EAR package installation `/bin/tools/coeffs_compute`. This binary will store the file in the location specified by the configuration file `ear.conf`.
Open `scripts/learning/coeffs_compute.sh with your text editor and set the place to store the the coefficient files.
```
# Edit output options
export EAR_OUTPUT="$HOME/coefficients/"
```
Coefficients computing
----------------------
Execute `scripts/learning/coeffs_compute.sh hostlist` for each of your hostlists. This scripts uses internally a binary in the EAR package installation `/bin/tools/coeffs_compute`.
After that, copy the stored files to the location specified by the configuration file `ear.conf`.
Other learning phase tools
--------------------------
\ No newline at end of file
Clone repository
  • 1 ˗ Kernels compile
  • 2 ˗ Nodes lists guidelines
  • 3 ˗ Kernels test
  • 4 ˗ Kernels launch
  • 5 ˗ Coefficients compute
  • Home