... | ... | @@ -2,17 +2,14 @@ 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.
|
|
|
|
|
|
Open `scripts/learning/coeffs_compute.sh with your text editor and set the place to store the the coefficient files.
|
|
|
1) Open `scripts/learning/coeffs_compute.sh` with your text editor and set the path to store the the coefficient files.
|
|
|
```
|
|
|
# Edit output options
|
|
|
export EAR_OUTPUT="$HOME/coefficients/"
|
|
|
export EAR_COEFFS_PATH="$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 |
|
|
After that, copy the stored files to the location specified by the configuration file `ear.conf`. |
|
|
\ No newline at end of file |