You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: skip account setting upon user request (#224)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Users can now opt-out from automatic account specification during job
submission using a new configuration flag, offering greater flexibility
for environments with multiple accounts or enforced defaults.
- **Documentation**
- Enhanced guidance on SLURM account management, including advice on
explicitly setting accounts when necessary and details on overriding
default behaviors with a new flag.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: DrYak <[email protected]>
The plugin does its best to _guess_ your account. That might not be possible. Particularly, when dealing with several SLURM accounts, users ought to set them per workflow.
22
+
Some clusters, however, have a pre-defined default per user and _do not_ allow users to set their account or partition. The plugin will always attempt to set an account. To override this behavior, the `--slurm-no-account` flag can be used.
23
+
21
24
If individual rules require e.g. a different partition, you can override
0 commit comments