-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The schedulerpy module needs to be improved, because as it stands it can only support simple submission scripts. For example, in the slurm case, many arguments are not recognized by default (such as reservation, account, etc).
It could be changed in such a way that all kwargs (which may containing scheduler-specific arguments) are always accepted even if the argument names themselves are not hardcoded: in this case, yambopy may use the name of the argument itself as given by the user (it may convert underscores to hyphens as standard behaviour in the slurm case).
Another option is to have a reference dictionary with all possible arguments for each scheduler hardcoded in a specific file, and the kwargs are checked against this dictionary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request