Skip to content

Improve Parsl configuration extensibility#94

Merged
gpauloski merged 3 commits intomainfrom
issue-79
Jul 16, 2024
Merged

Improve Parsl configuration extensibility#94
gpauloski merged 3 commits intomainfrom
issue-79

Conversation

@gpauloski
Copy link
Copy Markdown
Contributor

Description

Improve Parsl configuration extensibility.

Fixes

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (internal implementation changes)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (no changes to the code)
  • CI change (changes to CI workflows, packages, templates, etc.)
  • Version changes (changes to the package or dependency versions)

Testing

Added new tests and docs.

Pull Request Checklist

Please confirm the PR meets the following requirements.

  • Relevant tags are added (breaking, bug, dependencies, documentation, enhancement, refactor).
  • Code changes pass pre-commit (e.g., ruff, mypy, etc.).
  • Tests have been added to show the fix is effective or that the new feature works.
  • New and existing unit tests pass locally with the changes.
  • Docs have been updated and reviewed if relevant.

This is in anticipation of adding a more full featured ParslConfig
according to #79. However, the full featured config will be more complex
to configure so I think it makes sense to have a simple parsl-local
executor that just uses an HTEX on the local node.
@gpauloski gpauloski added breaking Backwards incompatible change to public interfaces documentation Improvements or additions to documentation enhancement New features or improvements to existing functionality labels Jul 15, 2024
@gpauloski gpauloski merged commit 10461ae into main Jul 16, 2024
@gpauloski gpauloski deleted the issue-79 branch July 16, 2024 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Backwards incompatible change to public interfaces documentation Improvements or additions to documentation enhancement New features or improvements to existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Parsl configuration options

1 participant