Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify hpl and intel-hpl via base_application #756

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

linsword13
Copy link
Collaborator

Tested with the following (checked both hpl and intel-hpl even though only hpl is shown.) The only real difference is the addition of workload_group.

$ ramble info -vvv hpl > new_dump.txt
$ git stash
$ ramble info -vvv hpl > old_dump.txt
$ diff old_dump.txt new_dump.txt
249a250,254
> ###################
> # workload_groups #
> ###################
> {'standard'}
> {'calculator'}

Tested with the following (checked both hpl and intel-hpl even though
only hpl is shown.) The only real difference is the addition of
`workload_group`.

```
$ ramble info -vvv hpl > new_dump.txt
$ git stash
$ ramble info -vvv hpl > old_dump.txt
$ diff old_dump.txt new_dump.txt
249a250,254
> ###################
> # workload_groups #
> ###################
> {'standard'}
> {'calculator'}
```
@douglasjacobsen douglasjacobsen merged commit b79fde2 into GoogleCloudPlatform:develop Nov 8, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants