|
|
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 |