Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • gpu_offloading gpu_offloading
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • 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
  • Okke van Eck
  • gpu_offloadinggpu_offloading
  • Wiki
  • 2. Nemo standalone

2. Nemo standalone · Changes

Page history
Update 2. Nemo standalone authored Nov 06, 2023 by Okke van Eck's avatar Okke van Eck
Show whitespace changes
Inline Side-by-side
2.-Nemo-standalone.md
View page @ 09a3862a
...@@ -49,6 +49,10 @@ NTH=1 BINARY=./nemo-g RESULT_FOLDER=gpu_version ./lumi-g-interactive-run.sh ...@@ -49,6 +49,10 @@ NTH=1 BINARY=./nemo-g RESULT_FOLDER=gpu_version ./lumi-g-interactive-run.sh
``` ```
### Using results ### Using results
Whether you use `psubmit` or the interactive scripts, `sandbox` will contain a folder called `results.*` where `*` depends on your folder naming (default is SLURM_JOB_ID). This folder contains the results for Nemo. We are specifically interested in the `.yaml` file which contains the result variables `last_step`, `ssh_norm_max`, `U_norm_max`, `S_min`, `S_max`. The `.yaml` files of different `results.*` folders can be compared through the `compare.sh` script in the `sandbox` folder. Whether you use `psubmit` or the interactive scripts, `sandbox` will contain a folder called `results.*` where `*` depends on your folder naming (default is SLURM_JOB_ID). This folder contains the results for Nemo. We are specifically interested in the `.yaml` file which contains the result variables `last_step`, `ssh_norm_max`, `U_norm_max`, `S_min`, `S_max`. The `.yaml` files of different `results.*` folders can be compared through the `compare.sh` script in the `sandbox` folder, like:
```bash
./compare.sh results.cpu_version results.gpu_version
```
## 3. Workflow for making changes ## 3. Workflow for making changes
\ No newline at end of file
Clone repository
  • 0. Sources
  • 0.a. Documentation & Manuals
  • 0.b. Slides
  • 0.c. Papers
  • 0.d. Misc
  • 1. Offloading process
  • 1.a. Supercomputers
  • 1.b. Compilers
  • 1.c. OpenMP directives
  • 1.d. Profiling & Debugging
  • 1.e Performance hazards
  • 2. Nemo standalone
  • 3. Tools
  • 3.a. Intel Offload Advisor & Intel VTune
  • 3.b. CPU and GPU performance overview
View All Pages