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
As discussed with @agoscinski, it would have make more sense if FirecrestScheduler was inheriting from SlurmScheduler instead of Scheduler.
However currently this is is more challenging after (even before) merged PR #6043. Because now SlurmScheduler is inheriting from BashCliScheduler, which is designed for schedulers that are able to execute commands.
Right now, we copy paste manually a few functions of SlurmScheduler that we need.
Although the code remains functional, one could evaluate pros and cons on this, if relevant propose changes in aiida-core
The text was updated successfully, but these errors were encountered:
As discussed with @agoscinski, it would have make more sense if
FirecrestScheduler
was inheriting fromSlurmScheduler
instead ofScheduler
.However currently this is is more challenging after (even before) merged PR #6043. Because now
SlurmScheduler
is inheriting fromBashCliScheduler
, which is designed for schedulers that are able to execute commands.Right now, we copy paste manually a few functions of
SlurmScheduler
that we need.Although the code remains functional, one could evaluate pros and cons on this, if relevant propose changes in
aiida-core
The text was updated successfully, but these errors were encountered: