... | @@ -6,12 +6,12 @@ Nemo modelfactors is a wrapper made to simplify and automatize the process of ob |
... | @@ -6,12 +6,12 @@ Nemo modelfactors is a wrapper made to simplify and automatize the process of ob |
|
|
|
|
|
This script relies on the following tools:
|
|
This script relies on the following tools:
|
|
|
|
|
|
* *Extrae (4.0.0 or above)*
|
|
* _Extrae (4.0.0 or above)_
|
|
* *Paraver*
|
|
* _Paraver_
|
|
* *Dimemas (5.4.2-devel)*
|
|
* _Dimemas (5.4.2-devel)_
|
|
* *Basicanalysis*
|
|
* _Basicanalysis_
|
|
|
|
|
|
*They can be downloaded at https://tools.bsc.es/downloads* and need to be installed, loaded and available through the PATH environment variable.
|
|
_They can be downloaded at_ _https://tools.bsc.es/downloads_ and need to be installed, loaded and available through the PATH environment variable.
|
|
|
|
|
|
The script requires the following list of modules, needed for execute NEMO, to be loaded before the script execution:
|
|
The script requires the following list of modules, needed for execute NEMO, to be loaded before the script execution:
|
|
|
|
|
... | @@ -24,8 +24,8 @@ The script requires the following list of modules, needed for execute NEMO, to b |
... | @@ -24,8 +24,8 @@ The script requires the following list of modules, needed for execute NEMO, to b |
|
|
|
|
|
* Clone this repository wherever you please.
|
|
* Clone this repository wherever you please.
|
|
* Inside the cloned repository use `git submodule update --init` to load the submodules.
|
|
* Inside the cloned repository use `git submodule update --init` to load the submodules.
|
|
* ***Edit the file perf_metrics.config and replace the parameters values with the suited information.***
|
|
* **_Edit the file perf_metrics.config and replace the parameters values with the suited information._**
|
|
* ***MINIMUM CHANGES perf_metrics.config:***
|
|
* **_MINIMUM CHANGES perf_metrics.config:_**
|
|
* Nemo_path, change the value to the path were NEMO is installed in your machine.
|
|
* Nemo_path, change the value to the path were NEMO is installed in your machine.
|
|
* Nemo_input_data, change the value to the path were the input data for the configuration is downloaded.
|
|
* Nemo_input_data, change the value to the path were the input data for the configuration is downloaded.
|
|
* Compilation_arch, replace the value with the name of the arch file that you use to compile NEMO.
|
|
* Compilation_arch, replace the value with the name of the arch file that you use to compile NEMO.
|
... | @@ -81,6 +81,8 @@ It contains: |
... | @@ -81,6 +81,8 @@ It contains: |
|
|
|
|
|
## Data generated
|
|
## Data generated
|
|
|
|
|
|
|
|
**_The statistic produced is focusing on the timestep loop, so these numbers are not related to the initialization and finalization parts._**
|
|
|
|
|
|
All the data generated can be found inside the Metrics folder.
|
|
All the data generated can be found inside the Metrics folder.
|
|
|
|
|
|
* **Overview file "overview.txt":** Contains a summary of the most important and easy to understand metrics such as Speedup, IPC and Frequency, and Global efficiency.
|
|
* **Overview file "overview.txt":** Contains a summary of the most important and easy to understand metrics such as Speedup, IPC and Frequency, and Global efficiency.
|
... | | ... | |