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

Custom SLURM execution commands? #129

Open
jgrn307 opened this issue May 21, 2018 · 0 comments
Open

Custom SLURM execution commands? #129

jgrn307 opened this issue May 21, 2018 · 0 comments

Comments

@jgrn307
Copy link

jgrn307 commented May 21, 2018

So I've got a pretty weird situation -- I'm running R from within a singularity container on an HPC, and to date the only way for me to have containerized R submit a slurm job is to have it run a ssh remote command, e.g. for squeue, I need to:

ssh USER@HOSTNAME squeue

(this works fine from within a system3 call).

My question is: is there some way (or could the developers include) a way to set custom executables for the SLURM calls?

I've tried making aliases in the container for squeue but R doesn't seem to "see" the aliases. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant