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 19, 2022 by cpenadep's avatar cpenadep
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 2f2cc66a
...@@ -76,7 +76,8 @@ Nemo modelfactors generates a Output folder during execution.The location of thi ...@@ -76,7 +76,8 @@ Nemo modelfactors generates a Output folder during execution.The location of thi
It contains: It contains:
- **logs:** Contains all the error and output files of the jobs submitted during the script execution. If any job fails the script is stopped, this way you can troubleshoot the error by easily locating and reading the logs. - **logs:** Contains all the error and output files of the jobs submitted during the script execution. If any job fails the script is stopped, this way you can troubleshoot the error by easily locating and reading the logs.
- **Gprof:** Is where the functions of the Nemo configuration are listed. - **gprof:** Is where the functions of the Nemo configuration are listed. Only this list remains if the script is executed entirely.
- **Run_NEMO:** If the script is executed correctly this folder is deleted, is where NEMO is ran in order to obtain the different traces.
- **Metrics:** Folder where the performance metrics data produced is stored, more information in the next section. - **Metrics:** Folder where the performance metrics data produced is stored, more information in the next section.
## Data generated ## Data generated
...@@ -103,7 +104,7 @@ All the data generated can be found inside the Metrics folder. ...@@ -103,7 +104,7 @@ All the data generated can be found inside the Metrics folder.
# Workflow # Workflow
In this section the general workflow of the script is quickly explained in order to get an overview of what the script is doing. In this section the general workflow of the script is quickly explained in order to get an overview of what the script is doing.
Steps 1 and 2 are performed simultaneously with step 3, the same applies to each sub-step of step 4. Steps 1 and 2 are performed simultaneously with step 3, the same applies to each sub-step of step 4.
1. Nemo is compiled with the -gprof flag (only if not done already). 1. Nemo is compiled with the -gprof flag (only if not done already).
......
Clone repository
  • Home