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

Allow variables to be named the same as an application #509

Merged
merged 1 commit into from
May 24, 2024

Conversation

douglasjacobsen
Copy link
Collaborator

This merge fixes an issue where an error would arise when a variable named the same as an application is defiend. As an example:

ramble:
  applications:
    gromacs:
      workloads:
        water_bare:
          experiments:
            test:
              variables:
                gromacs: '/test/path'
                n_ranks: 1

Previously failed due to the definition of the gromacs variable.

This commit fixes an issue where an error would arise when a variable
named the same as an application is defiend. As an example:

```
ramble:
  applications:
    gromacs:
      workloads:
        water_bare:
          experiments:
            test:
              variables:
                gromacs: '/test/path'
                n_ranks: 1
```

Previously failed due to the definition of the `gromacs` variable.
@douglasjacobsen douglasjacobsen added the bug Something isn't working label May 24, 2024
@douglasjacobsen douglasjacobsen requested a review from rfbgo May 24, 2024 16:08
@rfbgo rfbgo merged commit a5a386d into GoogleCloudPlatform:develop May 24, 2024
11 checks passed
@douglasjacobsen douglasjacobsen deleted the app_name_var_fix branch November 8, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants