Skip to content
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

Design: s_shell and s_exec #20

Open
kmanalo opened this issue Aug 10, 2019 · 0 comments
Open

Design: s_shell and s_exec #20

kmanalo opened this issue Aug 10, 2019 · 0 comments

Comments

@kmanalo
Copy link
Collaborator

kmanalo commented Aug 10, 2019

I want to be able to map a call from

s_shell to singularity shell /users/PZS0703/kmanalo1/.cc_images/golang-1.11.sif
s_exec <args> to singularity exec /users/PZS0703/kmanalo1/.cc_images/golang-1.11.sif <args>

The reason being that I need go to be in my PATH for running benchmarks.

I would have opted for just shell and exec but exec is a builtin. s_ would just imply Singularity.

So then my call would be something like s_exec benchmark_name

@kmanalo kmanalo added this to Backlog in Kanban Board Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant