-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HPL preventing variable overrides from workspace config
This commit fixes an issue where variables defined in `ramble.yaml` would not propagate into the HPL.dat. As an example, `"variables:swapping_threshold:999"` would not show up in the generated HPL.dat file when the calculator workload was used. After this chage, these settings propagate correctly. Additionally, some logic around defining HPL settings is cleaned up to make it easier to maintain in the future.
- Loading branch information
1 parent
7aeb0cc
commit 241d3c9
Showing
1 changed file
with
103 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters