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
this PR compensates for gpu support lost between 1.1 und 1.2
Furthermore some account handling issues has been corrected: If no
account is specified, it can be 'none'. This is no Python type and
always the root of the SLURM account tree. Instead, upon checking 'None'
is returned.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- **Improved job submission:** The scheduling system now detects GPU
usage to dynamically allocate tasks with optimal settings, ensuring more
precise and efficient job execution.
- **Enhanced account retrieval:** The process has been updated to
correctly handle scenarios where account details aren’t needed,
improving compatibility across diverse cluster environments.
- Overall, these updates align with current scheduling standards,
resulting in a more reliable user experience.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments