Make flux adapter aware of banks and queues#453
Merged
Conversation
…itrary broker attributes
…es. Add temp data dir in liu of var/tmp filesystems to support use on clusters
… being scheduled to
… checking and associated failure messages
…ore clear and complete
…e rough maestro run call..
…e rework of all make_safe_path usage
jwhite242
added a commit
that referenced
this pull request
Jul 24, 2025
* Make flux adapter aware of banks and queues (#453) * Update script adapters to sanitize paths of serialized scripts (#451) * Enable updating study configuration during execution (#445) * Drop python 3.7 and update build system/dependencies (#448) * Fix typo on index.md (#439) --------- Co-authored-by: Hoetmaaiers <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for attaching the bank, queue fields from the batch block to the flux jobspec.
Adds preliminary support for pass through of arbitrary --setattr flags to the jobspec (attaches to allocation, not flux run's inside the job scripts).
Support added only for newest Maestro flux adapter version, 0.49.0; older versions to be deprecated.
Change default adapter behavior to 'nested: True' so it uses from_nest_command by default.
Fix documentation typos on the cli's pgen args syntax.
Update documentation for running with flux.