| ... | ... | @@ -25,6 +25,7 @@ |
|
|
|
* [Debugging in interactive mode](#debugging-in-interactive-mode)
|
|
|
|
* [Automated parameter sweeps](#automated-parameter-sweeps)
|
|
|
|
* [Parsing and graphing IOR outputs](#parsing-and-graphing-ior-outputs)
|
|
|
|
* [Some useful parameter sweeps](#some-useful-parameter-sweeps)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
| ... | ... | @@ -820,3 +821,19 @@ Now that I'm using the JSON output from IOR, everything is much more straightfor |
|
|
|
> ###### [9aa37d7](ssh///https://gitlab-ssh.nautilus.optiputer.net/30622/parkeraddison/filesystem-benchmarks/commit/9aa37d75a8cb70b06023251e065a64795cb58569)
|
|
|
|
> "Output parsing and plotting functions complete" | HEAD -> main | 2021-04-06
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Great news is (after some tweaking/bug squashing) the parameter sweep job is working like a charm. Furthermore, the output file was instantly able to be parsed and visualized with the functions written!
|
|
|
|
|
|
|
|
## Some useful parameter sweeps
|
|
|
|
|
|
|
|
The current steps remaining are:
|
|
|
|
- Come up with some good parameter values to test
|
|
|
|
- Make the code a bit easier to use and adjust
|
|
|
|
|
|
|
|
###### 04/07
|
|
|
|
|
|
|
|
|
|
|
|
> ###### [246de9f](ssh///https://gitlab-ssh.nautilus.optiputer.net/30622/parkeraddison/filesystem-benchmarks/commit/246de9feb3882fe6a91a66306661a3aeeacf3814)
|
|
|
|
> "More robust parameter sweep code and pbs job script; Add sweep and visualization to readme" | HEAD -> main | 2021-04-07
|
|
|
|
|