Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • N Nemo modelfactors
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • 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
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cpenadep
  • Nemo modelfactors
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Sep 16, 2022 by cpenadep's avatar cpenadep
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 5861d4c7
...@@ -23,7 +23,7 @@ The script requires the following list of modules, needed for execute NEMO, to b ...@@ -23,7 +23,7 @@ The script requires the following list of modules, needed for execute NEMO, to b
# Usage # Usage
* 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. * 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._** * **_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.
...@@ -31,7 +31,7 @@ The script requires the following list of modules, needed for execute NEMO, to b ...@@ -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. * 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. * 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) * 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 ./perf_metrics.bash
......
Clone repository
  • Home