... | ... | @@ -49,6 +49,10 @@ NTH=1 BINARY=./nemo-g RESULT_FOLDER=gpu_version ./lumi-g-interactive-run.sh |
|
|
```
|
|
|
|
|
|
### 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 |
|
|
\ No newline at end of file |