Singularity question...
jgrn307 opened this issue · 4 comments
Hi, we're very interested in using your package, but we're running into an issue. Our system uses a) modules to load R, and b) singularity which makes the apparent path-to-R a bit complicated -- we have to execute R via slurm using:
singularity exec [someimage] R --vanilla slurm.run.R
This could be tweaked pretty easily, I would imagine, via some options or allowing the use to customize a template. Any thoughts on this? Is there an easier solution to this problem I'm unaware of?
In order to customize the generated scripts to your specific system, the easiest way is to edit the templates (look for the "templates" folder under rslurm in your package library). You should modify the line starting with {{{rscript}}}
in both Bash file templates (submit_sh.txt
and submit_single_sh.txt
).
Phillippe -- thanks! I assume they'll get overwritten in an update -- would you consider adding a parameter to allow a user to set the template file to some arbitrary location?