... | ... | @@ -23,7 +23,7 @@ The script requires the following list of modules, needed for execute NEMO, to b |
|
|
# Usage
|
|
|
|
|
|
* Clone this repository wherever you please.
|
|
|
* Inside the cloned repository use `git submodule update --init` to load the submodules.
|
|
|
* Don't copy the content of the repository outside, the sub-modules won't load and the script will fail.
|
|
|
* **_Edit the file perf_metrics.config and replace the parameters values with the suited information._**
|
|
|
* **_MINIMUM CHANGES perf_metrics.config:_**
|
|
|
* Nemo_path, change the value to the path were NEMO is installed in your machine.
|
... | ... | @@ -31,7 +31,7 @@ The script requires the following list of modules, needed for execute NEMO, to b |
|
|
* Compilation_arch, replace the value with the name of the arch file that you use to compile NEMO.
|
|
|
* Modules, change the value to suit the name of the modules you need to load.
|
|
|
* Jobs_scheduler, replace the value with the name of the scheduler installed in your machine (currently supports slurm, lsf and torque)
|
|
|
* Execute perf_metrics.bash
|
|
|
* Execute perf_metrics.bash
|
|
|
|
|
|
```
|
|
|
./perf_metrics.bash
|
... | ... | |