-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
CLI control for wrapper scripts #503
Comments
That’s a great idea! What if we generalize to do a -c to change any config value on the fly? |
wow, massive, love it! |
Update on this one: I think the However I think that, in addition, it would be good to provide a dedicated flag for wrapper scripts (similar to symlink tree in #502), for the same reason: I can think of scenarios where one may want to generate scripts only for certain containers (eg MPI applications), while being ok with shell aliases for the others. A bit of background if you're interested: I think this can be the case for workstations where no job scheduler is present, or for clusters using particular schedulers that don't require prepending a scheduler executable to EVERY application (eg PBS). This being said, last word to you :) |
oh that totally makes sense! So I think this would make sense to work with alongside #495 - let me add notes from there here and I'll close the issue over there. |
Low priority, but just as it's fresh on top of my head :-D
Would it be useful to have a Client toggle?
I was thinking it because people may want to use wrappers only for some containers....?
But on the other hand, I am not sure whether it's worth cluttering the Client with this one
Update by @vsoch 3/3/2022: we can work on this alongside a set of client commands for wrappers too, e.g., from #495
The text was updated successfully, but these errors were encountered: