-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change default value of -q to none (None) #1288
Labels
Comments
Another side effect is that in SoS Notebook, workflow with |
BoPeng
pushed a commit
to vatlab/sos-notebook
that referenced
this issue
Aug 22, 2019
BoPeng
pushed a commit
to vatlab/sos-notebook
that referenced
this issue
Aug 22, 2019
@gaow I have released sos 0.19.15 with this change. Note that this change is backward incompatible but you should be fine because you mostly use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we have a somewhat confusing default value for
-q
, basically,-q none
, the tasks are handled as part of substep and no queue is used.-q host
, we usehost
, and-q localhost
is allowed.-q none
.Because unspecified
-q
is usually understood as-q None
, the selection of default value seems to be confusing. It would perhaps make more sense to-q
is unspecified, namely if aNone
queue is specified, we disregardtask
keyword.-q
is needed. This is the point of change where-q localhost
will be needed for all our examples that use localhost.I feel that this is more consistent and we do not need to have different default behavior for cluster and non-cluster environments.
The text was updated successfully, but these errors were encountered: